mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01: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