mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-25 00:02:42 +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…
x
Reference in New Issue
Block a user