Minor documentation and comment cleanups.

This commit is contained in:
Jason Evans
2009-06-26 16:34:13 -07:00
parent cc00a15770
commit a9b0125e97
2 changed files with 18 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ any of the following arguments (not a definitive list) to 'configure':
Disable tiny (sub-quantum-sized) object support. Technically it is not
legal for a malloc implementation to allocate objects with less than
quantum alignment (8 or 16 bytes, depending on architecture), but in
practice it never causes any problems if, for example, 4-byte allocationsj
practice it never causes any problems if, for example, 4-byte allocations
are 4-byte-aligned.
--disable-mag