From 89dc69d0106249563f78fe79f2df51725e1b1fb1 Mon Sep 17 00:00:00 2001 From: rik Date: Sun, 16 Jan 2005 19:12:27 +0000 Subject: Fix variable name in comment num=>alen. (Lost part of commit rev 1.2) MFC after: 3 days --- sys/netgraph/ng_parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netgraph/ng_parse.h') 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 -- cgit v1.1