diff options
Diffstat (limited to 'fs/sysv/truncate.c')
-rw-r--r-- | fs/sysv/truncate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysv/truncate.c b/fs/sysv/truncate.c index 9130672d0..7c919caff 100644 --- a/fs/sysv/truncate.c +++ b/fs/sysv/truncate.c @@ -24,7 +24,7 @@ /* * Truncate has the most races in the whole filesystem: coding it is - * a pain in the a**. Especially as I don't do any locking... + * a pain in the a**, especially as I don't do any locking. * * The code may look a bit weird, but that's just because I've tried to * handle things like file-size changes in a somewhat graceful manner. |