writeable => writable

This commit is contained in:
rsc 2006-09-06 18:06:04 +00:00
parent 48b824703b
commit d4c64e5d43
5 changed files with 11 additions and 11 deletions

View file

@ -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;