Skip to content

Commit

Permalink
mm/kmap.h: fix typo in comments
Browse files Browse the repository at this point in the history
Fix typo in comments for kmm_map() function.

Signed-off-by: Yanfeng Liu <[email protected]>
  • Loading branch information
yf13 authored and jerpelea committed Mar 26, 2024
1 parent 1d2fcc8 commit f6097cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/nuttx/mm/kmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
void kmm_map_initialize(void);

/****************************************************************************
* Name: kmm_map_pages
* Name: kmm_map
*
* Description:
* Map pages into kernel virtual memory.
Expand Down

0 comments on commit f6097cf

Please sign in to comment.