From 39fb253bb1358ff4e6ad2deaf867a0f22341574c Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 13 Dec 2002 21:10:59 +0000 Subject: [PATCH] Fix spelling in comment. --- sys/geom/bde/g_bde.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/geom/bde/g_bde.c b/sys/geom/bde/g_bde.c index 85df3472094f..a3ae631a015e 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;