diff options
author | miod <> | 2014-06-13 20:47:19 +0000 |
---|---|---|
committer | miod <> | 2014-06-13 20:47:19 +0000 |
commit | d70ac8aa3aff0d5162f505665af4d31896b6bcde (patch) | |
tree | b3785fc2f96ddd077d99f8e4404c3ef47f05ed81 /src | |
parent | ea3022d31a09736ce10defd9c25af0414d0c8414 (diff) | |
download | openbsd-d70ac8aa3aff0d5162f505665af4d31896b6bcde.tar.gz openbsd-d70ac8aa3aff0d5162f505665af4d31896b6bcde.tar.bz2 openbsd-d70ac8aa3aff0d5162f505665af4d31896b6bcde.zip |
typo
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/arm_arch.h | 4 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/arm_arch.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/arm_arch.h b/src/lib/libcrypto/arm_arch.h index ceb29f9867..de46ef2c2b 100644 --- a/src/lib/libcrypto/arm_arch.h +++ b/src/lib/libcrypto/arm_arch.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: arm_arch.h,v 1.4 2014/06/12 15:49:27 deraadt Exp $ */ | 1 | /* $OpenBSD: arm_arch.h,v 1.5 2014/06/13 20:47:19 miod Exp $ */ |
2 | #ifndef __ARM_ARCH_H__ | 2 | #ifndef __ARM_ARCH_H__ |
3 | #define __ARM_ARCH_H__ | 3 | #define __ARM_ARCH_H__ |
4 | 4 | ||
@@ -13,7 +13,7 @@ | |||
13 | # elif defined(__GNUC__) | 13 | # elif defined(__GNUC__) |
14 | /* | 14 | /* |
15 | * Why doesn't gcc define __ARM_ARCH__? Instead it defines | 15 | * Why doesn't gcc define __ARM_ARCH__? Instead it defines |
16 | * bunch of below macros. See all_architectires[] table in | 16 | * bunch of below macros. See all_architectures[] table in |
17 | * gcc/config/arm/arm.c. On a side note it defines | 17 | * gcc/config/arm/arm.c. On a side note it defines |
18 | * __ARMEL__/__ARMEB__ for little-/big-endian. | 18 | * __ARMEL__/__ARMEB__ for little-/big-endian. |
19 | */ | 19 | */ |
diff --git a/src/lib/libssl/src/crypto/arm_arch.h b/src/lib/libssl/src/crypto/arm_arch.h index ceb29f9867..de46ef2c2b 100644 --- a/src/lib/libssl/src/crypto/arm_arch.h +++ b/src/lib/libssl/src/crypto/arm_arch.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: arm_arch.h,v 1.4 2014/06/12 15:49:27 deraadt Exp $ */ | 1 | /* $OpenBSD: arm_arch.h,v 1.5 2014/06/13 20:47:19 miod Exp $ */ |
2 | #ifndef __ARM_ARCH_H__ | 2 | #ifndef __ARM_ARCH_H__ |
3 | #define __ARM_ARCH_H__ | 3 | #define __ARM_ARCH_H__ |
4 | 4 | ||
@@ -13,7 +13,7 @@ | |||
13 | # elif defined(__GNUC__) | 13 | # elif defined(__GNUC__) |
14 | /* | 14 | /* |
15 | * Why doesn't gcc define __ARM_ARCH__? Instead it defines | 15 | * Why doesn't gcc define __ARM_ARCH__? Instead it defines |
16 | * bunch of below macros. See all_architectires[] table in | 16 | * bunch of below macros. See all_architectures[] table in |
17 | * gcc/config/arm/arm.c. On a side note it defines | 17 | * gcc/config/arm/arm.c. On a side note it defines |
18 | * __ARMEL__/__ARMEB__ for little-/big-endian. | 18 | * __ARMEL__/__ARMEB__ for little-/big-endian. |
19 | */ | 19 | */ |