Fix a typo in a comment

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5105)
This commit is contained in:
Matt Caswell 2018-01-18 13:27:45 +00:00
parent f53c77648c
commit 06d72c2c64

View 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__ */