Fix typos not found by codespell

This commit is contained in:
Dimitri Papadopoulos
2024-06-20 20:16:25 +02:00
parent 2d736d9c50
commit 44e83e9180
7 changed files with 9 additions and 9 deletions
@@ -57,7 +57,7 @@ macro(ADD_ZSTD_COMPILATION_FLAGS)
# Note that zstd source code is compatible with both C++98 and above
# and C-gnu90 (c90 + long long + variadic macros ) and above
# EnableCompilerFlag("-std=c++11" false true) # Set C++ compilation to c++11 standard
# EnableCompilerFlag("-std=c99" true false) # Set C compiation to c99 standard
# EnableCompilerFlag("-std=c99" true false) # Set C compilation to c99 standard
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND MSVC)
# clang-cl normally maps -Wall to -Weverything.
EnableCompilerFlag("/clang:-Wall" true true false)