Fix variable name in comment num=>alen. (Lost part of commit rev 1.2)
MFC after: 3 days
This commit is contained in:
parent
49cf6f6464
commit
d62d2396c3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user