Use C++ style comments.
llvm-svn: 80320
diff --git a/clang/lib/Analysis/CheckSecuritySyntaxOnly.cpp b/clang/lib/Analysis/CheckSecuritySyntaxOnly.cpp
index a33271f..3684360 100644
--- a/clang/lib/Analysis/CheckSecuritySyntaxOnly.cpp
+++ b/clang/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;