writeable => writable
This commit is contained in:
parent
48b824703b
commit
d4c64e5d43
5 changed files with 11 additions and 11 deletions
2
kalloc.c
2
kalloc.c
|
@ -51,7 +51,7 @@ kfree(char *cp, int len)
|
|||
if(len % PAGE)
|
||||
panic("kfree");
|
||||
|
||||
// XXX fill with junk to help debug
|
||||
// Fill with junk to catch dangling refs.
|
||||
for(i = 0; i < len; i++)
|
||||
cp[i] = 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue