summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_event.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-03-09 10:02:31 +0000
committerphk <phk@FreeBSD.org>2003-03-09 10:02:31 +0000
commit8da8aa262230efbb5ab7855e1c2ac7ffe2f9798c (patch)
treef28e45ee6003dd9868472b4431bd1b45956ec5d9 /sys/geom/geom_event.c
parent418634ed06b2de65511355dbaca57a245ecb6c94 (diff)
downloadFreeBSD-src-8da8aa262230efbb5ab7855e1c2ac7ffe2f9798c.zip
FreeBSD-src-8da8aa262230efbb5ab7855e1c2ac7ffe2f9798c.tar.gz
Stamp out Danglish.
Diffstat (limited to 'sys/geom/geom_event.c')
-rw-r--r--sys/geom/geom_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_event.c b/sys/geom/geom_event.c
index 1b657e9..42f21fc 100644
--- a/sys/geom/geom_event.c
+++ b/sys/geom/geom_event.c
@@ -107,7 +107,7 @@ g_orphan_register(struct g_provider *pp)
/*
* Tell all consumers the bad news.
- * Don't get surprised if they self-destruct.
+ * Don't be surprised if they self-destruct.
*/
cp = LIST_FIRST(&pp->consumers);
while (cp != NULL) {
OpenPOWER on IntegriCloud