Skip to content

Commit

Permalink
Documentation/filesystems/vfs.txt: typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Shaun Zinck <shaun.zinck@gmail.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
  • Loading branch information
Shaun Zinck authored and Adrian Bunk committed Oct 20, 2007
1 parent b2fff3f commit bc5b1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/filesystems/vfs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ struct address_space_operations {
wants to make it a free page. If ->releasepage succeeds, the
page will be removed from the address_space and become free.

The second case if when a request has been made to invalidate
The second case is when a request has been made to invalidate
some or all pages in an address_space. This can happen
through the fadvice(POSIX_FADV_DONTNEED) system call or by the
filesystem explicitly requesting it as nfs and 9fs do (when
Expand Down

0 comments on commit bc5b1d5

Please sign in to comment.