r352842 - Test commit: fix typo

Sergi Mateo Bellido via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 1 00:39:02 PST 2019


Author: smateo
Date: Fri Feb  1 00:39:01 2019
New Revision: 352842

URL: http://llvm.org/viewvc/llvm-project?rev=352842&view=rev
Log:
Test commit: fix typo

Modified:
    cfe/trunk/lib/Sema/SemaOpenMP.cpp

Modified: cfe/trunk/lib/Sema/SemaOpenMP.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaOpenMP.cpp?rev=352842&r1=352841&r2=352842&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaOpenMP.cpp (original)
+++ cfe/trunk/lib/Sema/SemaOpenMP.cpp Fri Feb  1 00:39:01 2019
@@ -4583,7 +4583,7 @@ Expr *OpenMPIterationSpaceChecker::build
           /*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;
 }
 




More information about the cfe-commits mailing list