spelling fixes in comments

i.e. occurred labeled Huffman
This commit is contained in:
Anders Oleson
2017-02-20 12:08:59 -08:00
parent 3b89eb0c20
commit 517577bf53
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ int _pthread_join(pthread_t* thread, void** value_ptr);
*/
#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>