diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-10-21 23:06:31 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-10-21 23:06:31 +0300 |
commit | d09c5753e33ff96ee57edb6d1e98e34041203695 (patch) | |
tree | ac6f5031a9cc1da06045e68d9b7733c3af0b3344 /src/liblzma/api/lzma/hardware.h | |
parent | Update INSTALL.generic. (diff) | |
download | xz-d09c5753e33ff96ee57edb6d1e98e34041203695.tar.xz |
liblzma: Update the comments in the API headers.
Adding support for LZMA_FINISH for Index encoding and
decoding needed tiny additions to the relevant .c files too.
Diffstat (limited to 'src/liblzma/api/lzma/hardware.h')
-rw-r--r-- | src/liblzma/api/lzma/hardware.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/liblzma/api/lzma/hardware.h b/src/liblzma/api/lzma/hardware.h index f44cb602..e7dd03c3 100644 --- a/src/liblzma/api/lzma/hardware.h +++ b/src/liblzma/api/lzma/hardware.h @@ -39,8 +39,7 @@ * * This function may be useful when determining a reasonable memory * usage limit for decompressing or how much memory it is OK to use - * for compressing. For example, the default limit used by the xz - * command line tool is 40 % of RAM. + * for compressing. * * \return On success, the total amount of physical memory in bytes * is returned. If the amount of RAM cannot be determined, |