diff options
author | Kazuaki Ishizaki <ishizaki@jp.ibm.com> | 2020-01-07 14:03:31 +0800 |
---|---|---|
committer | Jim Lin <tclin914@gmail.com> | 2020-01-07 14:05:03 +0800 |
commit | 4c6a098ad52fc2844f7733bc051cd7a729500f04 (patch) | |
tree | 193f3aec653ba4efa032f12fd62c3a4f5b5cf57f /openmp/runtime/cmake | |
parent | 6598af4a54b0f67cdaf14ca1b6809e6f109679e8 (diff) | |
download | bcm5719-llvm-4c6a098ad52fc2844f7733bc051cd7a729500f04.tar.gz bcm5719-llvm-4c6a098ad52fc2844f7733bc051cd7a729500f04.zip |
[OpenMP] NFC: Fix trivial typos in comments
Reviewers: jdoerfert, Jim
Reviewed By: Jim
Subscribers: Jim, mgorny, guansong, jfb, openmp-commits
Tags: #openmp
Differential Revision: https://reviews.llvm.org/D72285
Diffstat (limited to 'openmp/runtime/cmake')
-rw-r--r-- | openmp/runtime/cmake/LibompMicroTests.cmake | 2 | ||||
-rw-r--r-- | openmp/runtime/cmake/config-ix.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openmp/runtime/cmake/LibompMicroTests.cmake b/openmp/runtime/cmake/LibompMicroTests.cmake index a7bf8240bdf..d6e4db24d61 100644 --- a/openmp/runtime/cmake/LibompMicroTests.cmake +++ b/openmp/runtime/cmake/LibompMicroTests.cmake @@ -22,7 +22,7 @@ # - Available for Unix, Intel(R) MIC Architecture dynamic library builds. Not available otherwise. # (3) test-execstack # - Tests if stack is executable -# - Fails if stack is executable. Should only be readable and writable. Not exectuable. +# - Fails if stack is executable. Should only be readable and writable. Not executable. # - Program dependencies: perl, readelf # - Available for Unix dynamic library builds. Not available otherwise. # (4) test-instr (Intel(R) MIC Architecutre only) diff --git a/openmp/runtime/cmake/config-ix.cmake b/openmp/runtime/cmake/config-ix.cmake index f00746d9ead..3419dd8cd78 100644 --- a/openmp/runtime/cmake/config-ix.cmake +++ b/openmp/runtime/cmake/config-ix.cmake @@ -87,7 +87,7 @@ if(WIN32) endforeach() else() # It is difficult to create a dummy assembly file that compiles into an - # exectuable for every architecture and then check the C compiler to + # executable for every architecture and then check the C compiler to # see if -x assembler-with-cpp exists and works, so we assume it does for non-Windows. set(LIBOMP_HAVE_X_ASSEMBLER_WITH_CPP_FLAG TRUE) endif() |