summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-28 11:06:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-28 11:06:00 -0600
commitca3872f1930752732568926f64420663a13c7916 (patch)
tree9495ea50a7605482c66a72092e126015d88cf803 /nuttx/ChangeLog
parent24d81818c1c68f07df6170c7149e8a4a20455bad (diff)
downloadnuttx-ca3872f1930752732568926f64420663a13c7916.tar.gz
nuttx-ca3872f1930752732568926f64420663a13c7916.tar.bz2
nuttx-ca3872f1930752732568926f64420663a13c7916.zip
Fix typo
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 6a045c2fe..a2193bbd5 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/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).