summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-04 14:45:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-04 14:45:56 -0600
commitb9a8ce78e2f71190fe1b02ff34a2a57a2e8f3f8a (patch)
tree1806df23a0f63d943c2fd8d2895bfbd51b94fc12
parent92dcff84fe6500c09b5a822727abec1c8affe7b5 (diff)
downloadnuttx-b9a8ce78e2f71190fe1b02ff34a2a57a2e8f3f8a.tar.gz
nuttx-b9a8ce78e2f71190fe1b02ff34a2a57a2e8f3f8a.tar.bz2
nuttx-b9a8ce78e2f71190fe1b02ff34a2a57a2e8f3f8a.zip
Update changelog
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 00a6884e3..51c3b9887 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8738,5 +8738,5 @@
* include/aio.h: Add aio.h header file (2014-10-4).
* libc/aio/lio_listio.c and Make.defs: Add empty skeleton file where
lio_listio() will eventually be implemented (2014-10-4).
- * libc/Kconfig, aio/aio_read.c, aio.h, and Make.defs: Add skeleton
- file for eventual implementation of aio_read() (2014-10-4).
+ * libc/Kconfig, aio/aio_read.c, aio.h, and Make.defs: Implementation
+ of aio_read() (2014-10-4).