Misprint in comment fixed
authorAndrey Churbanov <Andrey.Churbanov@intel.com>
Fri, 20 Feb 2015 18:17:03 +0000 (18:17 +0000)
committerAndrey Churbanov <Andrey.Churbanov@intel.com>
Fri, 20 Feb 2015 18:17:03 +0000 (18:17 +0000)
llvm-svn: 230034

openmp/runtime/tools/src/common-tools.mk

index d291dca..3d0ee99 100644 (file)
@@ -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"