diff options
Diffstat (limited to 'kernel/fs.c')
| -rw-r--r-- | kernel/fs.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/kernel/fs.c b/kernel/fs.c index 53a3a0f..40c9bd4 100644 --- a/kernel/fs.c +++ b/kernel/fs.c @@ -109,8 +109,8 @@ bfree(int dev, uint b)  // its size, the number of links referring to it, and the  // list of blocks holding the file's content.  // -// The inodes are laid out sequentially on disk at block -// sb.inodestart. Each inode has a number, indicating its +// The inodes are laid out sequentially on disk at +// sb.startinode. Each inode has a number, indicating its  // position on the disk.  //  // The kernel keeps a table of in-use inodes in memory | 
