Commit 06d72c2c authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix a typo in a comment

parent f53c7764
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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__ */