From 8dbfbf4c95251c69a455d4d016d6c7890c932007 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Mon, 10 Jan 2011 18:23:55 +0000 Subject: [PATCH] Fix a comment typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123184 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/AST/Decl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/AST/Decl.cpp b/lib/AST/Decl.cpp index a76a5748b4..24fc45f4be 100644 --- a/lib/AST/Decl.cpp +++ b/lib/AST/Decl.cpp @@ -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(); -- 2.40.0