| commit | 517577bf531b09204ad95ffeef4a45abb7c2df9c | [log] [tgz] |
|---|---|---|
| author | Anders Oleson <anders@openpuma.org> | Mon Feb 20 12:08:59 2017 -0800 |
| committer | Anders Oleson <anders@openpuma.org> | Mon Feb 20 12:08:59 2017 -0800 |
| tree | 65e67c65983939e6e301db5c82262171af083c20 | |
| parent | 3b89eb0c209e5be4eb3fd3bffa236e5f14f6e678 [diff] [blame] |
spelling fixes in comments i.e. occurred labeled Huffman
diff --git a/lib/common/threading.h b/lib/common/threading.h index 74b2ec0..c008613 100644 --- a/lib/common/threading.h +++ b/lib/common/threading.h
@@ -73,7 +73,7 @@ */ -#elif defined(ZSTD_MULTITHREAD) /* posix assumed ; need a better detection mathod */ +#elif defined(ZSTD_MULTITHREAD) /* posix assumed ; need a better detection method */ /* === POSIX Systems === */ # include <pthread.h>