]> granicus.if.org Git - clang/commitdiff
Fix a comment typo.
authorBob Wilson <bob.wilson@apple.com>
Mon, 10 Jan 2011 18:23:55 +0000 (18:23 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 10 Jan 2011 18:23:55 +0000 (18:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123184 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/Decl.cpp

index a76a5748b46675669f8788caa8121854f18ccdb3..24fc45f4be1dd6a3592017305eb3eb8ed2da18b0 100644 (file)
@@ -1411,7 +1411,7 @@ unsigned FunctionDecl::getBuiltinID() const {
 
 
 /// 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>();