diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 10:45:46 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 10:45:46 -0500 |
commit | fd3f8984f6fa1ad1a6c2283eef48ba6e5242bcc5 (patch) | |
tree | 12f69b5301ece00daff4a73aa9ed92e9e88d07a0 /include/linux/fs.h | |
parent | ab690d9fedf5103bc3057bcd20555159f613b5f2 (diff) |
include/linux/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index a516b6716870..bcae3acab288 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1307,7 +1307,7 @@ struct super_operations { | |||
1307 | * being set. find_inode() uses this to prevent returning | 1307 | * being set. find_inode() uses this to prevent returning |
1308 | * nearly-dead inodes. | 1308 | * nearly-dead inodes. |
1309 | * I_SYNC Similar to I_LOCK, but limited in scope to writeback | 1309 | * I_SYNC Similar to I_LOCK, but limited in scope to writeback |
1310 | * of inode dirty data. Having a seperate lock for this | 1310 | * of inode dirty data. Having a separate lock for this |
1311 | * purpose reduces latency and prevents some filesystem- | 1311 | * purpose reduces latency and prevents some filesystem- |
1312 | * specific deadlocks. | 1312 | * specific deadlocks. |
1313 | * | 1313 | * |