diff options
| author | Andrey Churbanov <Andrey.Churbanov@intel.com> | 2015-02-20 18:17:03 +0000 |
|---|---|---|
| committer | Andrey Churbanov <Andrey.Churbanov@intel.com> | 2015-02-20 18:17:03 +0000 |
| commit | fda00d095fe68778c53dd950fac787a35e4c6317 (patch) | |
| tree | 030f3ea20bac983573e5512e0e0b03c780694716 /openmp/runtime/tools | |
| parent | 613edeb89b6bbdbe644e135eadc802221624248d (diff) | |
| download | bcm5719-llvm-fda00d095fe68778c53dd950fac787a35e4c6317.tar.gz bcm5719-llvm-fda00d095fe68778c53dd950fac787a35e4c6317.zip | |
Misprint in comment fixed
llvm-svn: 230034
Diffstat (limited to 'openmp/runtime/tools')
| -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" |

