fixed typo
This commit is contained in:
parent
2e62ee2966
commit
9621509e78
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ inline static void page_set_mark(size_t i)
|
|||
size_t mod = i & 0x7;
|
||||
|
||||
//if (page_marked(i))
|
||||
// kprintf("page %u is alread marked\n", i);
|
||||
// kprintf("page %u is already marked\n", i);
|
||||
|
||||
bitmap[index] = bitmap[index] | (1 << mod);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue