diff options
Diffstat (limited to 'sys/geom/geom_ccd.c')
-rw-r--r-- | sys/geom/geom_ccd.c | 4 |
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, |