From d62d2396c3d47d106071010ce14e3228318a324c Mon Sep 17 00:00:00 2001 From: Roman Kurakin 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(-) 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 -- cgit v1.2.3