mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 10:55:38 +01:00
Fix typo in comments
This commit is contained in:
parent
565e4e0fb2
commit
2df4bfe803
@ -115,7 +115,7 @@ static inline uint32_t aria_p1( uint32_t x )
|
||||
#endif /* arm */
|
||||
#if defined(__GNUC__) && \
|
||||
defined(__i386__) || defined(__amd64__) || defined( __x86_64__)
|
||||
/* I couldn't find an Intel equivalent of ret16, so two instructions */
|
||||
/* I couldn't find an Intel equivalent of rev16, so two instructions */
|
||||
#define ARIA_P1(x) ARIA_P2( ARIA_P3( x ) )
|
||||
#endif /* x86 gnuc */
|
||||
#endif /* MBEDTLS_HAVE_ASM && GNUC */
|
||||
|
Loading…
Reference in New Issue
Block a user