From f2f2d8a7e741ea786e252348923c9a5e477df896 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 28 Nov 2014 11:06:00 -0600 Subject: [PATCH] Fix typo --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6a045c2fe7..a2193bbd5d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9103,6 +9103,6 @@ function correctly and freeze. Patch moves initialization and destruction of waitsem, irqsem and readysem to cc3000_open/cc3000_close. - * include/cxx/cctgype: Undefine macros defined ctype.h so that builtin + * include/cxx/cctype: Undefine macros defined ctype.h so that builtin C++ implementations will be used intead. From Lorenz Meier (2014-11-28).