summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-28 12:00:34 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-28 12:00:34 -0600
commita44876809603a12f918107839a1c3ed464dec5ba (patch)
treedb01c3ab6b9d6f8546581471d328c266c2176580 /nuttx/ChangeLog
parent059b16dbd691a887de5edeeafdc3fc459f21f30d (diff)
downloadnuttx-a44876809603a12f918107839a1c3ed464dec5ba.tar.gz
nuttx-a44876809603a12f918107839a1c3ed464dec5ba.tar.bz2
nuttx-a44876809603a12f918107839a1c3ed464dec5ba.zip
Fix minor typos
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f6da3ccb5..c8ad648eb 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4577,7 +4577,7 @@
is used internally, but if it is called from the user, it should
unregister any atexit() or on_exit() functions (2013-4-18).
* tools/kconfig2html.c: This is the beginning of a tool to
- replace the hand-generated documentation of the NuttX configruation
+ replace the hand-generated documentation of the NuttX configuration
variables with auto-generated documentation. The initial checkin
is an incomplete, poorly structured prototype that I hope to
evolve into a useful tool (2014-4-20).