summaryrefslogtreecommitdiff
path: root/fs.c
diff options
context:
space:
mode:
authorRobert Morris <[email protected]>2017-08-09 14:16:55 -0400
committerRobert Morris <[email protected]>2017-08-09 14:16:55 -0400
commit6389d9d4103eaebdd4749cacf475014e525a1c9a (patch)
tree216b42f178039198374c3ee8c78629457ebd250a /fs.c
parent4f14d8d1e594bdf45e36a035f6c3fd4ca959711e (diff)
downloadxv6-labs-6389d9d4103eaebdd4749cacf475014e525a1c9a.tar.gz
xv6-labs-6389d9d4103eaebdd4749cacf475014e525a1c9a.tar.bz2
xv6-labs-6389d9d4103eaebdd4749cacf475014e525a1c9a.zip
nothing much
Diffstat (limited to 'fs.c')
-rw-r--r--fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs.c b/fs.c
index 8fb09ef..1ada466 100644
--- a/fs.c
+++ b/fs.c
@@ -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)