summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrik <rik@FreeBSD.org>2005-01-16 19:12:27 +0000
committerrik <rik@FreeBSD.org>2005-01-16 19:12:27 +0000
commit89dc69d0106249563f78fe79f2df51725e1b1fb1 (patch)
tree419c9ddc6f73fdc1bac42dd98389f4b73803ed40
parentd363defbc089f9e1c4a1e4600298590a6e4163c5 (diff)
downloadFreeBSD-src-89dc69d0106249563f78fe79f2df51725e1b1fb1.zip
FreeBSD-src-89dc69d0106249563f78fe79f2df51725e1b1fb1.tar.gz
Fix variable name in comment num=>alen. (Lost part of commit rev 1.2)
MFC after: 3 days
-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 92354fa..b5efaf6 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
OpenPOWER on IntegriCloud