]> granicus.if.org Git - clang/commitdiff
[OPENMP] Fix comment, NFC.
authorAlexey Bataev <a.bataev@hotmail.com>
Mon, 30 Sep 2019 14:05:26 +0000 (14:05 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Mon, 30 Sep 2019 14:05:26 +0000 (14:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373210 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaOpenMP.cpp

index 6e2a34447a4d7a292705e1678fffc0e3d2dfe991..f2dc66e383ee03a1ec7f8abcb9766352aef63186 100644 (file)
@@ -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;