Update riscv_mmu.h to fix typo in comment

fix typo in comment of mmu_get_region_size function
This commit is contained in:
yf13 2023-12-22 19:23:55 +08:00 committed by Alan Carvalho de Assis
parent c15392d9b7
commit 804f713c86

View File

@ -451,7 +451,7 @@ void mmu_ln_map_region(uint32_t ptlevel, uintptr_t lnvaddr, uintptr_t paddr,
uintptr_t vaddr, size_t size, uint64_t mmuflags);
/****************************************************************************
* Name: mmu_ln_map_region
* Name: mmu_get_region_size
*
* Description:
* Get (giga/mega) page size for level n.