From 1a3408d6d83a961f38c147a9a84da4544e69952f Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 13 Nov 2024 19:07:00 +0100 Subject: [PATCH] cmake: typo in comment [ci skip] Follow-up to 93e6e4b823d4b62119e5d464ae733b68245772e6 #15559 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b74da979b..916976a17f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -468,7 +468,7 @@ include(CheckCSourceCompiles) if(WIN32) include("${CMAKE_CURRENT_SOURCE_DIR}/CMake/Platforms/WindowsCache.cmake") elseif(APPLE) - # Fast-track predicable feature detections + # Fast-track predictable feature detections set(HAVE_EVENTFD 0) set(HAVE_GETPASS_R 0) set(HAVE_SENDMMSG 0)