[llvm] r339377 - Fix typo

Stephen Kelly via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 9 13:15:13 PDT 2018


Author: steveire
Date: Thu Aug  9 13:15:13 2018
New Revision: 339377

URL: http://llvm.org/viewvc/llvm-project?rev=339377&view=rev
Log:
Fix typo

Modified:
    llvm/trunk/CMakeLists.txt

Modified: llvm/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/CMakeLists.txt?rev=339377&r1=339376&r2=339377&view=diff
==============================================================================
--- llvm/trunk/CMakeLists.txt (original)
+++ llvm/trunk/CMakeLists.txt Thu Aug  9 13:15:13 2018
@@ -637,7 +637,7 @@ endif()
 #  - We generate the library table used by llvm-config.
 #
 #  - We generate the dependencies for the CMake fragment, so that we will
-#    automatically reconfigure outselves.
+#    automatically reconfigure ourselves.
 
 set(LLVMBUILDTOOL "${LLVM_MAIN_SRC_DIR}/utils/llvm-build/llvm-build")
 set(LLVMCONFIGLIBRARYDEPENDENCIESINC




More information about the llvm-commits mailing list