diff --git a/source/arm11/mmu.c b/source/arm11/mmu.c index 24ecde8..51d7b48 100644 --- a/source/arm11/mmu.c +++ b/source/arm11/mmu.c @@ -63,7 +63,7 @@ * * @param[in] va The virtual address base. Must be aligned to 4 KB. * @param[in] pa The physical address base. Must be aligned to 4 KB. - * @param[in] num The number of sections to map. Must be <= 128. + * @param[in] num The number of pages to map. Must be <= 128. * @param l2Table The L2 MMU table address base for this mapping. * @param[in] shared If the pages are shared memory. * @param[in] access The access permission bits.