summaryrefslogtreecommitdiff
path: root/nuttx/mm
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/mm')
-rw-r--r--nuttx/mm/mm_shrinkchunk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/mm/mm_shrinkchunk.c b/nuttx/mm/mm_shrinkchunk.c
index 4612c426d..4e81f5b3a 100644
--- a/nuttx/mm/mm_shrinkchunk.c
+++ b/nuttx/mm/mm_shrinkchunk.c
@@ -55,7 +55,7 @@
* Reduce the size of the chunk specified by the node
* structure to the specified size. this internal logic
* is used both from memalign to dispose of any trailing
- * memory in the the aligned allocation and also by realloc
+ * memory in the aligned allocation and also by realloc
* when there is a request to reduce the size of an allocation.
*
* NOTES: