diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-09 10:02:31 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-09 10:02:31 +0000 |
| commit | f48b881942875e42091b46bd290e5dffdab924b0 (patch) | |
| tree | f28e45ee6003dd9868472b4431bd1b45956ec5d9 | |
| parent | 0e6be4723b19cdc465f275515d6d3ebae33c3e4f (diff) | |
Notes
| -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 1b657e91a1c0..42f21fc6c807 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) { |
