From: Matt Caswell Date: Thu, 18 Jan 2018 13:27:45 +0000 (+0000) Subject: Fix a typo in a comment X-Git-Tag: OpenSSL_1_1_1-pre2~82 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=06d72c2c64ecad9b36a0bf26139320e569bd05e3;hp=f53c77648ce1c4d8455dfb1a5c1ecf4239fe8e87 Fix a typo in a comment Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/5105) --- 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__ */