aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_ccd.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-04-29 20:56:58 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-04-29 20:56:58 +0000
commite8d57122849cfa78e59078a355d2c73936f00559 (patch)
treea9ef9f80465dadaed258617e626d1f490461939d /sys/geom/geom_ccd.c
parentad29e12e0c176cd9c86f9f144e27d4a922f4bea3 (diff)
sys/geom: spelling fixes in comments.
No functional change.
Notes
Notes: svn path=/head/; revision=298808
Diffstat (limited to 'sys/geom/geom_ccd.c')
-rw-r--r--sys/geom/geom_ccd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/geom/geom_ccd.c b/sys/geom/geom_ccd.c
index b2ccaba7e049..e92aabbb9afc 100644
--- a/sys/geom/geom_ccd.c
+++ b/sys/geom/geom_ccd.c
@@ -271,7 +271,7 @@ ccdinit(struct gctl_req *req, struct ccd_s *cs)
/*
* If uniform interleave is desired set all sizes to that of
- * the smallest component. This will guarentee that a single
+ * the smallest component. This will guarantee that a single
* interleave table is generated.
*
* Lost space must be taken into account when calculating the
@@ -291,7 +291,7 @@ ccdinit(struct gctl_req *req, struct ccd_s *cs)
* Check to see if an even number of components
* have been specified. The interleave must also
* be non-zero in order for us to be able to
- * guarentee the topology.
+ * guarantee the topology.
*/
if (cs->sc_ndisks % 2) {
gctl_error(req,