Updated comments and README

This commit is contained in:
Gregory Nutt
2014-04-01 18:27:08 -06:00
parent df7429add0
commit 7372485e16
+1 -1
View File
@@ -194,7 +194,7 @@ void mmu_invalidate_region(uint32_t vstart, size_t size)
uint32_t vaddr = vstart & 0xfffff000;
uint32_t vend = vaddr + size;
/* Loop, writing each mapping into the L1 page table */
/* Loop, invalidating regions */
while (vaddr < vend)
{