diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-12-13 21:10:59 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-12-13 21:10:59 +0000 |
| commit | ef7b370b00226dd1bec76a82903c32b451317308 (patch) | |
| tree | 9194fae11209938a1e60b087a0331774534e037b /sys | |
| parent | 9cf092a2638c6f316b09d5d89f7172f0e4b4cdb4 (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 85df3472094f8..a3ae631a015e2 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; |
