[flang-commits] [flang] 7775375 - [flang][doc] Correct spelling of CMake

Leandro Lupori via flang-commits flang-commits at lists.llvm.org
Wed Jan 10 04:28:19 PST 2024


Author: Leandro Lupori
Date: 2024-01-10T09:28:11-03:00
New Revision: 77753750033632e353e17948457433efd67f92de

URL: https://github.com/llvm/llvm-project/commit/77753750033632e353e17948457433efd67f92de
DIFF: https://github.com/llvm/llvm-project/commit/77753750033632e353e17948457433efd67f92de.diff

LOG: [flang][doc] Correct spelling of CMake

Added: 
    

Modified: 
    flang/docs/GettingStarted.md

Removed: 
    


################################################################################
diff  --git a/flang/docs/GettingStarted.md b/flang/docs/GettingStarted.md
index ada685426488a9..043804e5a1228f 100644
--- a/flang/docs/GettingStarted.md
+++ b/flang/docs/GettingStarted.md
@@ -89,7 +89,7 @@ ninja
 ```
 
 On Darwin, to make flang able to link binaries with the default sysroot without
-having to specify additional flags, use the `DEFAULT_SYSROOT` cmake flag, e.g.
+having to specify additional flags, use the `DEFAULT_SYSROOT` CMake flag, e.g.
 `-DDEFAULT_SYSROOT="$(xcrun --show-sdk-path)"`.
 
 By default flang tests that do not specify an explicit `--target` flag use


        


More information about the flang-commits mailing list