From: Alexey Bataev Date: Mon, 30 Sep 2019 14:05:26 +0000 (+0000) Subject: [OPENMP] Fix comment, NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d24b4c8a8c50ef909f393de848a0383972c78b4c;p=clang [OPENMP] Fix comment, NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373210 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaOpenMP.cpp b/lib/Sema/SemaOpenMP.cpp index 6e2a34447a..f2dc66e383 100644 --- a/lib/Sema/SemaOpenMP.cpp +++ b/lib/Sema/SemaOpenMP.cpp @@ -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;