diff options
Diffstat (limited to 'openmp')
-rw-r--r-- | openmp/runtime/tools/src/common-tools.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/tools/src/common-tools.mk b/openmp/runtime/tools/src/common-tools.mk index d291dca2720..3d0ee99aa83 100644 --- a/openmp/runtime/tools/src/common-tools.mk +++ b/openmp/runtime/tools/src/common-tools.mk @@ -160,7 +160,7 @@ endif ifeq "$(os)" "lin" ifneq "$(arch)" "mic" # --- C/C++ --- - # On lin_32, we want to maintain stack alignment to be conpatible with GNU binaries built with + # On lin_32, we want to maintain stack alignment to be compatible with GNU binaries built with # compiler. ifeq "$(c)" "icc" ifeq "$(arch)" "32" |