mm/mm_heap/mm.h: Fix some typos.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche
2021-07-31 17:17:21 +02:00
committed by Xiang Xiao
parent 700a51f4af
commit f86ceea099
4 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ void mm_addregion(FAR struct mm_heap_s *heap, FAR void *heapstart,
DEBUGVERIFY(mm_takesemaphore(heap));
/* Adjust the provide heap start and size so that they are both aligned
/* Adjust the provided heap start and size so that they are both aligned
* with the MM_MIN_CHUNK size.
*/