Use C++ style comments.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80320 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/CheckSecuritySyntaxOnly.cpp b/lib/Analysis/CheckSecuritySyntaxOnly.cpp
index a33271f..3684360 100644
--- a/lib/Analysis/CheckSecuritySyntaxOnly.cpp
+++ b/lib/Analysis/CheckSecuritySyntaxOnly.cpp
@@ -274,8 +274,8 @@
   if (!FTP)
     return;
   
-  /* Verify that the function takes one or two arguments (depending on
-     the function).  */
+  // Verify that the function takes one or two arguments (depending on
+  //   the function).
   if (FTP->getNumArgs() != (identifierid < 4 ? 1 : 2))
     return;