summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2014-06-13 20:47:19 +0000
committermiod <miod@openbsd.org>2014-06-13 20:47:19 +0000
commit15ffd5ba5c583141069a455fd7229e865219bd2e (patch)
tree4ee70dd30e8a255554d476358e58112828c89f03 /lib/libssl/src
parentType cleanup: (diff)
downloadwireguard-openbsd-15ffd5ba5c583141069a455fd7229e865219bd2e.tar.xz
wireguard-openbsd-15ffd5ba5c583141069a455fd7229e865219bd2e.zip
typo
Diffstat (limited to 'lib/libssl/src')
-rw-r--r--lib/libssl/src/crypto/arm_arch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/crypto/arm_arch.h b/lib/libssl/src/crypto/arm_arch.h
index ceb29f98671..de46ef2c2b1 100644
--- a/lib/libssl/src/crypto/arm_arch.h
+++ b/lib/libssl/src/crypto/arm_arch.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: arm_arch.h,v 1.4 2014/06/12 15:49:27 deraadt Exp $ */
+/* $OpenBSD: arm_arch.h,v 1.5 2014/06/13 20:47:19 miod Exp $ */
#ifndef __ARM_ARCH_H__
#define __ARM_ARCH_H__
@@ -13,7 +13,7 @@
# elif defined(__GNUC__)
/*
* Why doesn't gcc define __ARM_ARCH__? Instead it defines
- * bunch of below macros. See all_architectires[] table in
+ * bunch of below macros. See all_architectures[] table in
* gcc/config/arm/arm.c. On a side note it defines
* __ARMEL__/__ARMEB__ for little-/big-endian.
*/