summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-31 17:27:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-31 17:27:43 -0600
commit306de6c62392400107ea8a9d6e3aa13dd202b742 (patch)
treec4552033247a4006b229b12de8c3809645986941 /nuttx/ChangeLog
parent39c90ce1ce01a0b45451df19c1635240d47aaf29 (diff)
downloadnuttx-306de6c62392400107ea8a9d6e3aa13dd202b742.tar.gz
nuttx-306de6c62392400107ea8a9d6e3aa13dd202b742.tar.bz2
nuttx-306de6c62392400107ea8a9d6e3aa13dd202b742.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 4a218ef6f..60e39b148 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8339,5 +8339,6 @@
(2014-8-31).
* Rename kumalloc() to kumm_malloc() and kuzalloc to kumm_zalloc() for
consistency with the rest of the naming (2014-8-31).
- * Rename kfree() to kmm_free() and kuzalloc to kumm_zalloc() for
- consistency with the rest of the naming (2014-8-31).
+ * Rename kmalloc() to kmm_malloc(), kzalloc() to kmm_zalloc(), and
+ kfree() to kmm_free() and kuzalloc to kumm_zalloc() for consistency
+ with the rest of the naming (2014-8-31).