diff options
Diffstat (limited to 'openmp/runtime/cmake/LibompMicroTests.cmake')
-rw-r--r-- | openmp/runtime/cmake/LibompMicroTests.cmake | 2 |
1 files changed, 1 insertions, 1 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) |