From c7eee1b836ab5e504cbd2b7f3892ea468bd52a16 Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Sun, 25 Jan 2009 23:36:14 -0200 Subject: trivial: Fix typo in bio_split()'s documentation Signed-off-by: Alberto Bertogli Signed-off-by: Jiri Kosina --- fs/bio.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fs/bio.c') diff --git a/fs/bio.c b/fs/bio.c index a040cde7f6f..e0c9e545bbf 100644 --- a/fs/bio.c +++ b/fs/bio.c @@ -1420,8 +1420,7 @@ static void bio_pair_end_2(struct bio *bi, int err) } /* - * 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) { -- cgit v1.2.3