summaryrefslogtreecommitdiff
path: root/nuttx/mm/mm_graninit.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/mm/mm_graninit.c')
-rw-r--r--nuttx/mm/mm_graninit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/mm/mm_graninit.c b/nuttx/mm/mm_graninit.c
index 8f811c65f..30ec5f9dd 100644
--- a/nuttx/mm/mm_graninit.c
+++ b/nuttx/mm/mm_graninit.c
@@ -102,7 +102,7 @@ gran_common_initialize(FAR void *heapstart, size_t heapsize, uint8_t log2gran,
unsigned int alignedsize;
unsigned int ngranules;
- /* Check parameters if debug is on. Note the the size of a granual is
+ /* Check parameters if debug is on. Note the size of a granual is
* limited to 2**31 bytes and that the size of the granule must be greater
* than the alignment size.
*/