Fix variable name in comment num=>alen. (Lost part of commit rev 1.2)

MFC after:	3 days
This commit is contained in:
Roman Kurakin 2005-01-16 19:12:27 +00:00
parent 49cf6f6464
commit d62d2396c3

View File

@ -114,7 +114,7 @@
Note that omitted fields and array elements get their default Note that omitted fields and array elements get their default
values ("bar" and ary[2]), and that the alignment is handled 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 order and alignment are inherently machine dependent, so is this
conversion process. The above example shows an x86 (little conversion process. The above example shows an x86 (little
endian) encoding. Also the above example is tricky because the endian) encoding. Also the above example is tricky because the