From 6c3cd0e2f600c87d95b449323b4c842a6bb42b6e Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Wed, 28 Dec 2005 15:18:18 +0000 Subject: [PATCH] o Fix typos in the comments. Submitted by: Wojciech A. Koszek --- sys/dev/md/md.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c index d811f9370c5..82e97f0c75f 100644 --- a/sys/dev/md/md.c +++ b/sys/dev/md/md.c @@ -228,7 +228,7 @@ destroy_indir(struct md_s *sc, struct indir *ip) } /* - * This function does the math and alloctes the top level "indir" structure + * This function does the math and allocates the top level "indir" structure * for a device of "size" sectors. */ @@ -534,7 +534,7 @@ mdstart_swap(struct md_s *sc, struct bio *bp) p = bp->bio_data; /* - * offs is the ofset at whih to start operating on the + * offs is the offset at which to start operating on the * next (ie, first) page. lastp is the last page on * which we're going to operate. lastend is the ending * position within that last page (ie, PAGE_SIZE if