Skip to content

Commit

Permalink
trivial: Fix typo in bio_split()'s documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Bertogli <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
albertito authored and Jiri Kosina committed Mar 30, 2009
1 parent 5243ef8 commit c7eee1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fs/bio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit c7eee1b

Please sign in to comment.