diff options
-rw-r--r-- | sys/geom/bde/g_bde.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/bde/g_bde.c b/sys/geom/bde/g_bde.c index 85df347..a3ae631 100644 --- a/sys/geom/bde/g_bde.c +++ b/sys/geom/bde/g_bde.c @@ -136,7 +136,7 @@ g_bde_config(struct g_configargs *ga) gp = NULL; if (ga->flag == GCFG_DISMANTLE) { /* - * Orderly dettachment. + * Orderly detachment. */ if (ga->geom != NULL) { gp = ga->geom; |