summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_base.c
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-18 10:43:53 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-18 10:43:53 +0000
commit3065478332a49197980fb33f9c27a87e0bb7248d (patch)
tree351d3248daf53d0b7b71746b8ece4b26a49ff090 /sys/netgraph/ng_base.c
parent0f00927ea0ae73e06c47bde5c0a01ade16bc3a08 (diff)
downloadFreeBSD-src-3065478332a49197980fb33f9c27a87e0bb7248d.zip
FreeBSD-src-3065478332a49197980fb33f9c27a87e0bb7248d.tar.gz
Preceed/preceeding are not english words. Use precede and preceding.
Diffstat (limited to 'sys/netgraph/ng_base.c')
-rw-r--r--sys/netgraph/ng_base.c2
1 files changed, 1 insertions, 1 deletions
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,
OpenPOWER on IntegriCloud