]> granicus.if.org Git - clang/commitdiff
Add comma to comment.
authorGheorghe-Teodor Bercea <gheorghe-teod.bercea@ibm.com>
Tue, 13 Jun 2017 15:35:27 +0000 (15:35 +0000)
committerGheorghe-Teodor Bercea <gheorghe-teod.bercea@ibm.com>
Tue, 13 Jun 2017 15:35:27 +0000 (15:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305294 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGOpenMPRuntime.cpp

index 468838e56e3831f1c42a1c4f7ef7f2e9be9e2d5a..8d83255ac139cc912f2d892a79106dfca16bd96b 100644 (file)
@@ -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;
 }