r305294 - Add comma to comment.

Gheorghe-Teodor Bercea via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 13 08:35:27 PDT 2017


Author: gbercea
Date: Tue Jun 13 10:35:27 2017
New Revision: 305294

URL: http://llvm.org/viewvc/llvm-project?rev=305294&view=rev
Log:
Add comma to comment.

Modified:
    cfe/trunk/lib/CodeGen/CGOpenMPRuntime.cpp

Modified: cfe/trunk/lib/CodeGen/CGOpenMPRuntime.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGOpenMPRuntime.cpp?rev=305294&r1=305293&r2=305294&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGOpenMPRuntime.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGOpenMPRuntime.cpp Tue Jun 13 10:35:27 2017
@@ -6327,7 +6327,7 @@ bool CGOpenMPRuntime::emitTargetGlobalVa
     }
   }
 
-  // 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;
 }




More information about the cfe-commits mailing list