summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-22 10:42:26 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-22 10:42:26 -0600
commit19fa0bdcc2946fea57857ec8e16191f8ab037c18 (patch)
treec723df86d08f5b0a64eeb108e8310674e48d2cb6 /nuttx/ChangeLog
parent8d66319ddae38dbbe6e59f957843567d644af452 (diff)
downloadnuttx-19fa0bdcc2946fea57857ec8e16191f8ab037c18.tar.gz
nuttx-19fa0bdcc2946fea57857ec8e16191f8ab037c18.tar.bz2
nuttx-19fa0bdcc2946fea57857ec8e16191f8ab037c18.zip
Move the kernel heap allocator front-end from mm/. to mm/kmm_heap/.
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 8d125fa20..a6c6edfa6 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8609,5 +8609,5 @@
definitions, types, prototypes (2014-9-22).
* fs/smartfs/smartfs_smart.c: SMART FS update from Ken Pettit
(2014-9-22).
- * mm/mm_gran/: Move granuale allocator and page allocator from mm/. to
+ * mm/mm_gran/: Move granule allocator and page allocator from mm/. to
mm/mm_gran/. (2014-9-22).