[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)
llvm-svn: 373210

clang/lib/Sema/SemaOpenMP.cpp

index 6e2a344..f2dc66e 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;