From: Sergi Mateo Bellido Date: Fri, 1 Feb 2019 08:39:01 +0000 (+0000) Subject: Test commit: fix typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cdc67abb319f76cf430e303e58d05a53f5d5eac;p=clang Test commit: fix typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@352842 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaOpenMP.cpp b/lib/Sema/SemaOpenMP.cpp index 2c57790462..d28f15fe07 100644 --- a/lib/Sema/SemaOpenMP.cpp +++ b/lib/Sema/SemaOpenMP.cpp @@ -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; }