From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Thu, 2 Feb 2023 15:06:52 +0000 (+0100) Subject: Fix typo found by codespell X-Git-Tag: 2.1.0-beta1~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9119de005ba215c8dbd92710fc5e4fc26b81e19c;p=thirdparty%2Fzlib-ng.git Fix typo found by codespell --- diff --git a/cmake/detect-intrinsics.cmake b/cmake/detect-intrinsics.cmake index 3fa74b48..92caf7ab 100644 --- a/cmake/detect-intrinsics.cmake +++ b/cmake/detect-intrinsics.cmake @@ -384,7 +384,7 @@ macro(check_sse2_intrinsics) set(SSE2FLAG "-msse2") endif() endif() - # Check whether compiler supports SSE2 instrinics + # Check whether compiler supports SSE2 intrinsics set(CMAKE_REQUIRED_FLAGS "${SSE2FLAG} ${NATIVEFLAG}") check_c_source_compile_or_run( "#include @@ -496,7 +496,7 @@ macro(check_sse42_intrinsics) }" HAVE_SSE42CRC_INTRIN ) - # Check whether compiler supports SSE4.2 compare string instrinics + # Check whether compiler supports SSE4.2 compare string intrinsics check_c_source_compile_or_run( "#include int main(void) {