diff src/lrecord.h @ 5094:ebee7d1e58bd

fix outdated comment -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-03-03 Ben Wing <ben@xemacs.org> * lrecord.h: Fix outdated comment.
author Ben Wing <ben@xemacs.org>
date Wed, 03 Mar 2010 05:41:44 -0600
parents c8f90d61dcf3
children 7be849cb8828
line wrap: on
line diff
--- 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.