From: Patrick Lyster Date: Wed, 6 Feb 2019 18:18:02 +0000 (+0000) Subject: Test commit. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e59f5d1fd519096cc77e0a35f76950e2c3bd7712;p=clang Test commit. NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@353320 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaOpenMP.cpp b/lib/Sema/SemaOpenMP.cpp index fe7e18b32f..6fa98b4376 100644 --- a/lib/Sema/SemaOpenMP.cpp +++ b/lib/Sema/SemaOpenMP.cpp @@ -134,7 +134,7 @@ private: /// get the data (loop counters etc.) about enclosing loop-based construct. /// This data is required during codegen. DoacrossDependMapTy DoacrossDepends; - /// first argument (Expr *) contains optional argument of the + /// First argument (Expr *) contains optional argument of the /// 'ordered' clause, the second one is true if the regions has 'ordered' /// clause, false otherwise. llvm::Optional> OrderedRegion;