cmake: update a comment [ci skip]

Follow-up to 421e592db2 #15832
This commit is contained in:
Viktor Szakats 2025-01-09 04:11:35 +01:00
parent a19b79ce87
commit 703e053110
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -887,7 +887,7 @@ if(ZSTD_FOUND)
endif()
endif()
# Check symbol in an OpenSSL-like TLS backend, or in _extra_libs depending on it.
# Check symbol in an OpenSSL-like TLS backend.
macro(curl_openssl_check_symbol_exists _symbol _files _variable)
cmake_push_check_state()
if(USE_OPENSSL)