diff options
author | Antoine Cœur <antoine.coeur@ef.com> | 2019-05-08 13:30:57 +0800 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2019-07-13 17:53:33 +0300 |
commit | 0d318402f8a022f707622c72f8f1894ea476cf89 (patch) | |
tree | b504495dd51744f5ddf3b5eccbb06e63537cf4ae /src/liblzma/api/lzma/hardware.h | |
parent | README: Update translation instructions. (diff) | |
download | xz-0d318402f8a022f707622c72f8f1894ea476cf89.tar.xz |
spelling
Diffstat (limited to '')
-rw-r--r-- | src/liblzma/api/lzma/hardware.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma/hardware.h b/src/liblzma/api/lzma/hardware.h index 5321d9af..47481f25 100644 --- a/src/liblzma/api/lzma/hardware.h +++ b/src/liblzma/api/lzma/hardware.h @@ -6,7 +6,7 @@ * ways to limit the resource usage. Applications linking against liblzma * need to do the actual decisions how much resources to let liblzma to use. * To ease making these decisions, liblzma provides functions to find out - * the relevant capabilities of the underlaying hardware. Currently there + * the relevant capabilities of the underlying hardware. Currently there * is only a function to find out the amount of RAM, but in the future there * will be also a function to detect how many concurrent threads the system * can run. |