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:
parent
f53c77648c
commit
06d72c2c64
1 changed files with 1 additions and 1 deletions
|
@ -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__ */
|
||||
|
|
Loading…
Reference in a new issue