aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/Decl.cpp
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2011-01-10 18:23:55 +0000
committerBob Wilson <bob.wilson@apple.com>2011-01-10 18:23:55 +0000
commit8dbfbf4c95251c69a455d4d016d6c7890c932007 (patch)
tree95526876f559c01b74bddd4f9c0b9b3c923cbbc8 /lib/AST/Decl.cpp
parent4ea8dfa5d685f8bfd0c85ff330e9225919a7c1eb (diff)
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123184 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/Decl.cpp')
-rw-r--r--lib/AST/Decl.cpp2
1 files changed, 1 insertions, 1 deletions
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<FunctionType>();