diff options
author | Gheorghe-Teodor Bercea <gheorghe-teod.bercea@ibm.com> | 2017-06-13 15:35:27 +0000 |
---|---|---|
committer | Gheorghe-Teodor Bercea <gheorghe-teod.bercea@ibm.com> | 2017-06-13 15:35:27 +0000 |
commit | 47633db42e671d947db655ffd434d4324e66bdb1 (patch) | |
tree | f2d0d05c289bf7b2d0accb3929724bfb5ba33669 /clang | |
parent | 54ef4bafbe4a0e7f427ad017f3b0698899fea020 (diff) | |
download | bcm5719-llvm-47633db42e671d947db655ffd434d4324e66bdb1.tar.gz bcm5719-llvm-47633db42e671d947db655ffd434d4324e66bdb1.zip |
Add comma to comment.
llvm-svn: 305294
Diffstat (limited to 'clang')
-rw-r--r-- | clang/lib/CodeGen/CGOpenMPRuntime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGOpenMPRuntime.cpp b/clang/lib/CodeGen/CGOpenMPRuntime.cpp index 468838e56e3..8d83255ac13 100644 --- a/clang/lib/CodeGen/CGOpenMPRuntime.cpp +++ b/clang/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; } |