summaryrefslogtreecommitdiffstats
path: root/sys/dev/md
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/md')
-rw-r--r--sys/dev/md/md.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index d811f93..82e97f0 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
OpenPOWER on IntegriCloud