From d24b4c8a8c50ef909f393de848a0383972c78b4c Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Mon, 30 Sep 2019 14:05:26 +0000 Subject: [PATCH] [OPENMP] Fix comment, NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373210 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/SemaOpenMP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1