diff options
| author | miod <> | 2014-06-13 20:47:19 +0000 |
|---|---|---|
| committer | miod <> | 2014-06-13 20:47:19 +0000 |
| commit | 79e89de8dddfca0a6b939b2130069182d500b7f1 (patch) | |
| tree | b3785fc2f96ddd077d99f8e4404c3ef47f05ed81 /src | |
| parent | 2a7fe9de137b17b047b2f31b82b874f5aa87ed54 (diff) | |
| download | openbsd-79e89de8dddfca0a6b939b2130069182d500b7f1.tar.gz openbsd-79e89de8dddfca0a6b939b2130069182d500b7f1.tar.bz2 openbsd-79e89de8dddfca0a6b939b2130069182d500b7f1.zip | |
typo
Diffstat (limited to '')
| -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 | */ |
