From 79e69f94d62b4dad885775fbf3d71f831e37fe02 Mon Sep 17 00:00:00 2001 From: "Barry K. Nathan" Date: Mon, 5 May 2014 18:08:57 -0700 Subject: [PATCH] Fix minor comment typo --- include/polarssl/bignum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/polarssl/bignum.h b/include/polarssl/bignum.h index f832db5ea..ecc4a135e 100644 --- a/include/polarssl/bignum.h +++ b/include/polarssl/bignum.h @@ -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) )