[Openmp-commits] [openmp] 9d81073 - [OpenMP][Docs] Fix typos in FAQ (NFC)

Kelvin Li via Openmp-commits openmp-commits at lists.llvm.org
Mon Jan 18 15:58:48 PST 2021


Author: Kelvin Li
Date: 2021-01-18T18:55:58-05:00
New Revision: 9d81073acb49d2bdf32dc3477310dd20ffa0436f

URL: https://github.com/llvm/llvm-project/commit/9d81073acb49d2bdf32dc3477310dd20ffa0436f
DIFF: https://github.com/llvm/llvm-project/commit/9d81073acb49d2bdf32dc3477310dd20ffa0436f.diff

LOG: [OpenMP][Docs] Fix typos in FAQ (NFC)

Added: 
    

Modified: 
    openmp/docs/SupportAndFAQ.rst

Removed: 
    


################################################################################
diff  --git a/openmp/docs/SupportAndFAQ.rst b/openmp/docs/SupportAndFAQ.rst
index ef209aed17a0..80106bc1f4f1 100644
--- a/openmp/docs/SupportAndFAQ.rst
+++ b/openmp/docs/SupportAndFAQ.rst
@@ -56,7 +56,7 @@ To build an *effective* OpenMP offload capable compiler, only one extra CMake
 option, `LLVM_ENABLE_RUNTIMES="openmp"`, is needed when building LLVM (Generic
 information about building LLVM is available `here <https://llvm.org/docs/GettingStarted.html>`__.).
 Make sure all backends that are targeted by OpenMP to be enabled. By default,
-Clang will be build with all backends enabled.
+Clang will be built with all backends enabled.
 
 If your build machine is not the target machine or automatic detection of the
 available GPUs failed, you should also set:
@@ -66,8 +66,8 @@ available GPUs failed, you should also set:
 
 .. note::
   The compiler that generates the offload code should be the same (version) as
-  the compiler that build the OpenMP device runtimes. The OpenMP host runtime
-  can be build by a 
diff erent compiler.
+  the compiler that builds the OpenMP device runtimes. The OpenMP host runtime
+  can be built by a 
diff erent compiler.
 
 .. _advanced_builds: https://llvm.org//docs/AdvancedBuilds.html
 


        


More information about the Openmp-commits mailing list