Fix a typo in a comment
authorMatt Caswell <matt@openssl.org>
Thu, 18 Jan 2018 13:27:45 +0000 (13:27 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 20 Feb 2018 12:59:30 +0000 (12:59 +0000)
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5105)

crypto/ec/curve448/arch_32/arch_intrinsics.h

index f408591aefb8c2337510a478b16eb2c38405caa9..af574cb0a90f2e0907aaa1f35075c0ab272ee446 100644 (file)
@@ -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__ */