Remove function name from comment.
authorNico Weber <nicolasweber@gmx.de>
Sat, 3 Sep 2016 02:41:17 +0000 (02:41 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sat, 3 Sep 2016 02:41:17 +0000 (02:41 +0000)
commitcb7f722ffaa5b93625b48feca87115234dc99efb
tree98cc1a1729893d5b4bde14041669257c22eaac93
parent522e4d9d66c08b7f7471e7093622f3be0ef1c9a3
Remove function name from comment.

The comment starting with "ParseDeclarationOrFunctionDefinition -" is above
a function called ParseDeclOrFunctionDefInternal.  Fix the comment by not
mentioning a function name, like the style guide requests nowadays.  No behavior
change.

llvm-svn: 280572
clang/lib/Parse/Parser.cpp