diff options
-rw-r--r-- | sys/geom/geom_event.c | 2 |
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) { |