summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2022-03-02 13:28:34 -0500
committerLouis Dionne <ldionne.2@gmail.com>2022-03-02 13:28:34 -0500
commit17e53983b87d949039640d09a63d53c29cbb1505 (patch)
tree5d98293e050cd048e205efd99d2b96dda97f4e96 /cmake
parent689babdf687f98b6790c66e628bd057af3bc87d8 (diff)
downloadllvm-17e53983b87d949039640d09a63d53c29cbb1505.tar.gz
[NFC] Fix typo in CMake comment
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/HandleCompilerRT.cmake2
1 files changed, 1 insertions, 1 deletions
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-<name>-<target>
# If err_flag is true OR path not found, emit a message and set: