From e23c31561fbb921c9e0ace18b3bf2b74e2d1a3f9 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Mon, 1 Oct 2012 14:42:47 +0000 Subject: [PATCH] - Fixed typo --- include/polarssl/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/polarssl/config.h b/include/polarssl/config.h index 16257b505..4781d2c9d 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h @@ -90,7 +90,7 @@ /** * \def POLARSSL_HAVE_SSE2 * - * CPI supports SSE2 instruction set. + * CPU supports SSE2 instruction set. * * Uncomment if the CPU supports SSE2 (IA-32 specific). *