From eba3ccf785824b700af91fd488df3e99cb0489b0 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Mon, 9 Sep 2013 15:55:12 +0200 Subject: [PATCH] Typo in config.h --- include/polarssl/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/polarssl/config.h b/include/polarssl/config.h index 648539b2da..08a136b510 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h @@ -401,11 +401,11 @@ /** * \def POLARSSL_ERROR_STRERROR_DUMMY * - * Enable a dummy error function to make use of error_strerror() in + * Enable a dummy error function to make use of polarssl_strerror() in * third party libraries easier. * * Disable if you run into name conflicts and want to really remove the - * error_strerror() + * polarssl_strerror() */ #define POLARSSL_ERROR_STRERROR_DUMMY