summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-01-18 13:27:45 +0000
committerMatt Caswell <matt@openssl.org>2018-02-20 12:59:30 +0000
commit06d72c2c64ecad9b36a0bf26139320e569bd05e3 (patch)
tree16cf5bcd0728872b3d89d9cea16add0d5eb2d061 /crypto/ec/curve448
parentf53c77648ce1c4d8455dfb1a5c1ecf4239fe8e87 (diff)
Fix a typo in a comment
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/5105)
Diffstat (limited to 'crypto/ec/curve448')
-rw-r--r--crypto/ec/curve448/arch_32/arch_intrinsics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/curve448/arch_32/arch_intrinsics.h b/crypto/ec/curve448/arch_32/arch_intrinsics.h
index f408591aef..af574cb0a9 100644
--- a/crypto/ec/curve448/arch_32/arch_intrinsics.h
+++ b/crypto/ec/curve448/arch_32/arch_intrinsics.h
@@ -26,4 +26,4 @@ static ossl_inline uint64_t widemul(uint32_t a, uint32_t b)
return ((uint64_t)a) * b;
}
-#endif /* __ARCH_ARM_32_ARCH_INTRINSICS_H__ */
+#endif /* __ARCH_ARCH_32_ARCH_INTRINSICS_H__ */