From 17e53983b87d949039640d09a63d53c29cbb1505 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Wed, 2 Mar 2022 13:28:34 -0500 Subject: [NFC] Fix typo in CMake comment --- cmake/Modules/HandleCompilerRT.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/Modules/HandleCompilerRT.cmake b/cmake/Modules/HandleCompilerRT.cmake index 226b93ecef66..178e4e5d0b66 100644 --- a/cmake/Modules/HandleCompilerRT.cmake +++ b/cmake/Modules/HandleCompilerRT.cmake @@ -1,4 +1,4 @@ -# Check if compile-rt library file path exists. +# Check if the compiler-rt library file path exists. # If found, cache the path in: # COMPILER_RT_LIBRARY-- # If err_flag is true OR path not found, emit a message and set: -- cgit v1.2.1