From 3065478332a49197980fb33f9c27a87e0bb7248d Mon Sep 17 00:00:00 2001 From: asmodai Date: Sun, 18 Feb 2001 10:43:53 +0000 Subject: Preceed/preceeding are not english words. Use precede and preceding. --- sys/netgraph/ng_base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netgraph/ng_base.c') diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c index e139041..177aead 100644 --- a/sys/netgraph/ng_base.c +++ b/sys/netgraph/ng_base.c @@ -370,7 +370,7 @@ DEFINE_PARSE_STRUCT_TYPE(typeinfo, TYPEINFO, ()); DEFINE_PARSE_STRUCT_TYPE(linkinfo, LINKINFO, (&ng_generic_nodeinfo_type)); /* Get length of an array when the length is stored as a 32 bit - value immediately preceeding the array -- as with struct namelist + value immediately preceding the array -- as with struct namelist and struct typelist. */ static int ng_generic_list_getLength(const struct ng_parse_type *type, -- cgit v1.1