diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2014-04-26 08:37:00 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2014-04-26 08:37:00 +0300 |
commit | c33efefd4ef0931e5795e13725d4bd2203571ce0 (patch) | |
tree | c0142cfc2c7d0e6ad2fc5acc0f09435725bdaddb /src/liblzma/check | |
parent | Update THANKS. (diff) | |
download | xz-c33efefd4ef0931e5795e13725d4bd2203571ce0.tar.xz |
Fix typos in comments.
Diffstat (limited to '')
-rw-r--r-- | src/liblzma/check/crc32_fast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/check/crc32_fast.c b/src/liblzma/check/crc32_fast.c index 94da8559..3de02638 100644 --- a/src/liblzma/check/crc32_fast.c +++ b/src/liblzma/check/crc32_fast.c @@ -20,7 +20,7 @@ #include "crc_macros.h" -// If you make any changes, do some bench marking! Seemingly unrelated +// If you make any changes, do some benchmarking! Seemingly unrelated // changes can very easily ruin the performance (and very probably is // very compiler dependent). extern LZMA_API(uint32_t) |