From 679c85b7d6f3ba5586f6d59235636aa65780235e Mon Sep 17 00:00:00 2001 From: himanshi1505 Date: Fri, 17 Apr 2026 11:25:02 +0530 Subject: [PATCH] docs(p8-read-fs): fix return-> returns --- p8-read-fs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p8-read-fs.md b/p8-read-fs.md index c19af34..5db898b 100644 --- a/p8-read-fs.md +++ b/p8-read-fs.md @@ -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`.