summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/netgraph/ng_parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_parse.h b/sys/netgraph/ng_parse.h
index 92354faca5f7..b5efaf6100d1 100644
--- a/sys/netgraph/ng_parse.h
+++ b/sys/netgraph/ng_parse.h
@@ -114,7 +114,7 @@
Note that omitted fields and array elements get their default
values ("bar" and ary[2]), and that the alignment is handled
- automatically (the extra 00 byte after "num"). Also, since byte
+ automatically (the extra 00 byte after "alen"). Also, since byte
order and alignment are inherently machine dependent, so is this
conversion process. The above example shows an x86 (little
endian) encoding. Also the above example is tricky because the