This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new f6097cfa67 mm/kmap.h: fix typo in comments
f6097cfa67 is described below

commit f6097cfa6715cec0205c931abc190e708a82f9f0
Author: Yanfeng Liu <yfliu2...@qq.com>
AuthorDate: Tue Mar 26 10:20:23 2024 +0800

    mm/kmap.h: fix typo in comments
    
    Fix typo in comments for kmm_map() function.
    
    Signed-off-by: Yanfeng Liu <yfliu2...@qq.com>
---
 include/nuttx/mm/kmap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/nuttx/mm/kmap.h b/include/nuttx/mm/kmap.h
index baa5630dca..5fac292956 100644
--- a/include/nuttx/mm/kmap.h
+++ b/include/nuttx/mm/kmap.h
@@ -38,7 +38,7 @@
 void kmm_map_initialize(void);
 
 /****************************************************************************
- * Name: kmm_map_pages
+ * Name: kmm_map
  *
  * Description:
  *   Map pages into kernel virtual memory.

Reply via email to