# HG changeset patch # User Ben Wing # Date 1267616504 21600 # Node ID ebee7d1e58bda7fe24e894cc388483e7bac2d1c4 # Parent 33bc58a32dc2da999442dba2bcddcf6022e9432d fix outdated comment -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-03-03 Ben Wing * lrecord.h: Fix outdated comment. diff -r 33bc58a32dc2 -r ebee7d1e58bd src/ChangeLog --- a/src/ChangeLog Wed Mar 03 05:19:49 2010 -0600 +++ b/src/ChangeLog Wed Mar 03 05:41:44 2010 -0600 @@ -1,3 +1,7 @@ +2010-03-03 Ben Wing + + * lrecord.h: Fix outdated comment. + 2010-03-03 Ben Wing * emacs.c: diff -r 33bc58a32dc2 -r ebee7d1e58bd src/lrecord.h --- a/src/lrecord.h Wed Mar 03 05:19:49 2010 -0600 +++ b/src/lrecord.h Wed Mar 03 05:41:44 2010 -0600 @@ -645,12 +645,10 @@ doesn't care about the dumper flag and makes use of some of the stuff normally omitted from the "abbreviated" description -- see above. - A memory_description is an array of values. (This is actually - misnamed, in that it does not just describe lrecords, but any - blocks of memory.) The first value of each line is a type, the - second the offset in the lrecord structure. The third and - following elements are parameters; their presence, type and number - is type-dependent. + A memory_description is an array of values. The first value of each + line is a type, the second the offset in the lrecord structure. The + third and following elements are parameters; their presence, type and + number is type-dependent. The description ends with an "XD_END" record.