diff options
Diffstat (limited to 'fs.c')
-rw-r--r-- | fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -190,7 +190,7 @@ static struct inode* iget(uint dev, uint inum); //PAGEBREAK! // Allocate an inode on device dev. -// Give it type type. +// Mark it as allocated by giving it type type. // Returns an unlocked but allocated and referenced inode. struct inode* ialloc(uint dev, short type) |