summaryrefslogtreecommitdiff
path: root/lib/Sema
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2019-09-30 14:05:26 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2019-09-30 14:05:26 +0000
commitd24b4c8a8c50ef909f393de848a0383972c78b4c (patch)
treee7aad4d007201f99d6ab30a8b2f4e7787ac62cc3 /lib/Sema
parent57596fe21ba4c792a89d92cebe54a4386bfbe82a (diff)
downloadclang-d24b4c8a8c50ef909f393de848a0383972c78b4c.tar.gz
[OPENMP] Fix comment, NFC.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373210 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema')
-rw-r--r--lib/Sema/SemaOpenMP.cpp2
1 files changed, 1 insertions, 1 deletions
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;