From 8da8aa262230efbb5ab7855e1c2ac7ffe2f9798c Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 9 Mar 2003 10:02:31 +0000 Subject: Stamp out Danglish. --- sys/geom/geom_event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.1