commit | c7eee1b836ab5e504cbd2b7f3892ea468bd52a16 | [log] [tgz] |
---|---|---|
author | Alberto Bertogli <albertito@blitiri.com.ar> | Sun Jan 25 23:36:14 2009 -0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon Mar 30 15:22:02 2009 +0200 |
tree | e9bc6170d8086e57b10e7514459b9efd2c40ebf2 | |
parent | 5243ef8b54a927cae23216253e4e3f03af6f1446 [diff] |
trivial: Fix typo in bio_split()'s documentation Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
diff --git a/fs/bio.c b/fs/bio.c index a040cde..e0c9e54 100644 --- a/fs/bio.c +++ b/fs/bio.c
@@ -1420,8 +1420,7 @@ } /* - * split a bio - only worry about a bio with a single page - * in it's iovec + * split a bio - only worry about a bio with a single page in its iovec */ struct bio_pair *bio_split(struct bio *bi, int first_sectors) {