[Openmp-commits] [openmp] r230034 - Misprint in comment fixed
Andrey Churbanov
Andrey.Churbanov at intel.com
Fri Feb 20 10:17:04 PST 2015
Author: achurbanov
Date: Fri Feb 20 12:17:03 2015
New Revision: 230034
URL: http://llvm.org/viewvc/llvm-project?rev=230034&view=rev
Log:
Misprint in comment fixed
Modified:
openmp/trunk/runtime/tools/src/common-tools.mk
Modified: openmp/trunk/runtime/tools/src/common-tools.mk
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/tools/src/common-tools.mk?rev=230034&r1=230033&r2=230034&view=diff
==============================================================================
--- openmp/trunk/runtime/tools/src/common-tools.mk (original)
+++ openmp/trunk/runtime/tools/src/common-tools.mk Fri Feb 20 12:17:03 2015
@@ -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"
More information about the Openmp-commits
mailing list