Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion p8-read-fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ the file system by reading the super block.

`fs.c` additionally implements the following methods:

* `iget` first looks up the inode in cache and return a new inode if it is
* `iget` first looks up the inode in cache and returns a new inode if it is
not found.
* `iread` reads the inode from disk if it isn't already read.
* `stati` reads the header of `inode`.
Expand Down