Skip to content

Commit

Permalink
minor fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyujie2002 authored and dbaluta committed Apr 5, 2024
1 parent ec610f0 commit 19bbedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/teaching/lectures/fs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ operations".

They deal with initializing, updating and freeing the VFS superblock:

* :c:func:`fill_super`) - reads the filesystem statistics (e.g. total
* :c:func:`fill_super` - reads the filesystem statistics (e.g. total
number of inode, free number of inodes, total number of blocks, free
number of blocks)

Expand Down

0 comments on commit 19bbedc

Please sign in to comment.