mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 12:28:40 +00:00
Fix minor comment typo
This commit is contained in:
parent
440aa2d120
commit
79e69f94d6
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ typedef uint32_t t_udbl;
|
|||
#else
|
||||
/*
|
||||
* 32-bit integers can be forced on 64-bit arches (eg. for testing purposes)
|
||||
* by defining POLARSSL_HAVE_INT32 and undefining POARSSL_HAVE_ASM
|
||||
* by defining POLARSSL_HAVE_INT32 and undefining POLARSSL_HAVE_ASM
|
||||
*/
|
||||
#if ( ! defined(POLARSSL_HAVE_INT32) && \
|
||||
defined(_MSC_VER) && defined(_M_AMD64) )
|
||||
|
|
Loading…
Reference in a new issue