mirror of
https://github.com/facebook/zstd.git
synced 2025-07-28 00:01:53 +03:00
spelling fixes in comments
i.e. occurred labeled Huffman
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user