diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-05-09 07:14:03 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-05-09 07:14:03 +0200 |
commit | beb7dd86a101263bf63a78c7c6d4da3849b35bd6 (patch) | |
tree | 9afe81ca9e92ab8aacc999ae118b27d547721f11 /fs/direct-io.c | |
parent | 3dde6ad8fc3939d345a3768464ecff43c91d511a (diff) | |
download | linux-beb7dd86a101263bf63a78c7c6d4da3849b35bd6.tar.bz2 |
Fix misspellings collected by members of KJ list.
Fix the misspellings of "propogate", "writting" and (oh, the shame
:-) "kenrel" in the source tree.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'fs/direct-io.c')
-rw-r--r-- | fs/direct-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/direct-io.c b/fs/direct-io.c index d9d0833444f5..1e88d8d1d2a9 100644 --- a/fs/direct-io.c +++ b/fs/direct-io.c @@ -439,7 +439,7 @@ static int dio_bio_complete(struct dio *dio, struct bio *bio) * Wait on and process all in-flight BIOs. This must only be called once * all bios have been issued so that the refcount can only decrease. * This just waits for all bios to make it through dio_bio_complete. IO - * errors are propogated through dio->io_error and should be propogated via + * errors are propagated through dio->io_error and should be propagated via * dio_complete(). */ static void dio_await_completion(struct dio *dio) |