r373210 - [OPENMP] Fix comment, NFC.

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 30 07:05:27 PDT 2019


Author: abataev
Date: Mon Sep 30 07:05:26 2019
New Revision: 373210

URL: http://llvm.org/viewvc/llvm-project?rev=373210&view=rev
Log:
[OPENMP] Fix comment, NFC.

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=373210&r1=373209&r2=373210&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaOpenMP.cpp (original)
+++ cfe/trunk/lib/Sema/SemaOpenMP.cpp Mon Sep 30 07:05:26 2019
@@ -170,7 +170,7 @@ private:
   OpenMPClauseKind ClauseKindMode = OMPC_unknown;
   Sema &SemaRef;
   bool ForceCapturing = false;
-  /// true if all the vaiables in the target executable directives must be
+  /// true if all the variables in the target executable directives must be
   /// captured by reference.
   bool ForceCaptureByReferenceInTargetExecutable = false;
   CriticalsWithHintsTy Criticals;




More information about the cfe-commits mailing list