From ea3525dea40ecd01441827e6d2185f4088d4d997 Mon Sep 17 00:00:00 2001 From: archie Date: Mon, 13 Mar 2000 18:50:38 +0000 Subject: Fix typo: "ng_parse_fixedsstring_info" -> "ng_parse_fixedstring_info" --- sys/netgraph/ng_parse.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/netgraph/ng_parse.h') diff --git a/sys/netgraph/ng_parse.h b/sys/netgraph/ng_parse.h index 0dbf769..1543c6b 100644 --- a/sys/netgraph/ng_parse.h +++ b/sys/netgraph/ng_parse.h @@ -126,7 +126,7 @@ type for the whole structure ('//' comments used to avoid breakage). // Super-type info for 'label' field - struct ng_parse_fixedsstring_info foo_label_info = { 8 }; + struct ng_parse_fixedstring_info foo_label_info = { 8 }; // Parse type for 'label' field struct ng_parse_type foo_label_type = { @@ -385,11 +385,11 @@ extern const struct ng_parse_type ng_parse_string_type; * a terminating NUL character. * * Default value: Empty string - * Additional info: struct ng_parse_fixedsstring_info * + * Additional info: struct ng_parse_fixedstring_info * */ extern const struct ng_parse_type ng_parse_fixedstring_type; -struct ng_parse_fixedsstring_info { +struct ng_parse_fixedstring_info { int bufSize; /* size of buffer (including NUL) */ }; -- cgit v1.1