summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_int.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-04-04 09:41:47 +0000
committerphk <phk@FreeBSD.org>2002-04-04 09:41:47 +0000
commit46a753d1acb5a70fd37e979d2b3d2ef154eeb027 (patch)
tree4d8b00bfd5aa9bbf55132b74430e87b023cdf2c2 /sys/geom/geom_int.h
parentbc9ecd683771ab5560a8bca5f8ebe019f97585f1 (diff)
downloadFreeBSD-src-46a753d1acb5a70fd37e979d2b3d2ef154eeb027.zip
FreeBSD-src-46a753d1acb5a70fd37e979d2b3d2ef154eeb027.tar.gz
s/classs/classes/ to fixup grammer after the previous global renaming.
Sponsored by: DARPA & NAI Labs
Diffstat (limited to 'sys/geom/geom_int.h')
-rw-r--r--sys/geom/geom_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_int.h b/sys/geom/geom_int.h
index 6ea6769..b7a5ad6 100644
--- a/sys/geom/geom_int.h
+++ b/sys/geom/geom_int.h
@@ -75,7 +75,7 @@ void g_post_event(enum g_events ev, struct g_class *mp, struct g_geom *gp, struc
void g_run_events(void);
/* geom_subr.c */
-extern struct class_list_head g_classs;
+extern struct class_list_head g_classes;
extern char *g_wait_event, *g_wait_sim, *g_wait_up, *g_wait_down;
/* geom_io.c */
OpenPOWER on IntegriCloud