From b23de95ff47298df2bea06346623fa90922bdc98 Mon Sep 17 00:00:00 2001 From: bernard Date: Thu, 11 Sep 2014 12:51:52 +0800 Subject: [PATCH] [Kernel] comments clean up. --- src/mem.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mem.c b/src/mem.c index e8aae72489..004de01d94 100644 --- a/src/mem.c +++ b/src/mem.c @@ -176,10 +176,10 @@ static void plug_holes(struct heap_mem *mem) /** * @ingroup SystemInit * - * This function will init system heap + * This function will initialize system heap memory. * - * @param begin_addr the beginning address of system page - * @param end_addr the end address of system page + * @param begin_addr the beginning address of system heap memory. + * @param end_addr the end address of system heap memory. */ void rt_system_heap_init(void *begin_addr, void *end_addr) { -- GitLab