Skip to content
Snippets Groups Projects
Commit 745e73cd authored by Austin Clements's avatar Austin Clements
Browse files

Comment typo

parent 2c536bff
No related branches found
No related tags found
No related merge requests found
......@@ -314,7 +314,7 @@ iunlockput(struct inode *ip)
// The contents (data) associated with each inode is stored
// in a sequence of blocks on the disk. The first NDIRECT blocks
// are listed in ip->addrs[]. The next NINDIRECT blocks are
// listed in the block ip->addrs[INDIRECT].
// listed in the block ip->addrs[NDIRECT].
// Return the disk block address of the nth block in inode ip.
// If there is no such block, bmap allocates one.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment