From: Gheorghe-Teodor Bercea Date: Tue, 13 Jun 2017 15:35:27 +0000 (+0000) Subject: Add comma to comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d725462f1cbc6b3dd45247ba507c2f092fe3cf14;p=clang Add comma to comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305294 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGOpenMPRuntime.cpp b/lib/CodeGen/CGOpenMPRuntime.cpp index 468838e56e..8d83255ac1 100644 --- a/lib/CodeGen/CGOpenMPRuntime.cpp +++ b/lib/CodeGen/CGOpenMPRuntime.cpp @@ -6327,7 +6327,7 @@ bool CGOpenMPRuntime::emitTargetGlobalVariable(GlobalDecl GD) { } } - // If we are in target mode we do not emit any global (declare target is not + // If we are in target mode, we do not emit any global (declare target is not // implemented yet). Therefore we signal that GD was processed in this case. return true; }