summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Kurakin <rik@FreeBSD.org>2005-01-16 19:12:27 +0000
committerRoman Kurakin <rik@FreeBSD.org>2005-01-16 19:12:27 +0000
commitd62d2396c3d47d106071010ce14e3228318a324c (patch)
tree419c9ddc6f73fdc1bac42dd98389f4b73803ed40
parent49cf6f6464c94884d7e23574eaffafab1eb0e70a (diff)
Notes
-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