mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 22:15:07 +00:00
Fix minor comment typo
This commit is contained in:
parent
440aa2d120
commit
79e69f94d6
|
@ -134,7 +134,7 @@ typedef uint32_t t_udbl;
|
||||||
#else
|
#else
|
||||||
/*
|
/*
|
||||||
* 32-bit integers can be forced on 64-bit arches (eg. for testing purposes)
|
* 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) && \
|
#if ( ! defined(POLARSSL_HAVE_INT32) && \
|
||||||
defined(_MSC_VER) && defined(_M_AMD64) )
|
defined(_MSC_VER) && defined(_M_AMD64) )
|
||||||
|
|
Loading…
Reference in a new issue