]> granicus.if.org Git - clang/commitdiff
Test commit: fix typo
authorSergi Mateo Bellido <sergi.mateo.bellido@gmail.com>
Fri, 1 Feb 2019 08:39:01 +0000 (08:39 +0000)
committerSergi Mateo Bellido <sergi.mateo.bellido@gmail.com>
Fri, 1 Feb 2019 08:39:01 +0000 (08:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@352842 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaOpenMP.cpp

index 2c577904626f0bde38cdc8febacdeef2fe81c787..d28f15fe07a44b2b64fb5fc7213fe4e3920f4310 100644 (file)
@@ -4583,7 +4583,7 @@ Expr *OpenMPIterationSpaceChecker::buildPreCond(
           /*AllowExplicit=*/true);
   }
   SemaRef.getDiagnostics().setSuppressAllDiagnostics(Suppress);
-  // Otherwise use original loop conditon and evaluate it in runtime.
+  // Otherwise use original loop condition and evaluate it in runtime.
   return CondExpr.isUsable() ? CondExpr.get() : Cond;
 }