[cfe-commits] r123184 - /cfe/trunk/lib/AST/Decl.cpp

Bob Wilson bob.wilson at apple.com
Mon Jan 10 10:23:55 PST 2011


Author: bwilson
Date: Mon Jan 10 12:23:55 2011
New Revision: 123184

URL: http://llvm.org/viewvc/llvm-project?rev=123184&view=rev
Log:
Fix a comment typo.

Modified:
    cfe/trunk/lib/AST/Decl.cpp

Modified: cfe/trunk/lib/AST/Decl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/Decl.cpp?rev=123184&r1=123183&r2=123184&view=diff
==============================================================================
--- cfe/trunk/lib/AST/Decl.cpp (original)
+++ cfe/trunk/lib/AST/Decl.cpp Mon Jan 10 12:23:55 2011
@@ -1411,7 +1411,7 @@
 
 
 /// getNumParams - Return the number of parameters this function must have
-/// based on its FunctionType.  This is the length of the PararmInfo array
+/// based on its FunctionType.  This is the length of the ParamInfo array
 /// after it has been created.
 unsigned FunctionDecl::getNumParams() const {
   const FunctionType *FT = getType()->getAs<FunctionType>();





More information about the cfe-commits mailing list