summaryrefslogtreecommitdiffstats
path: root/clang
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
commitb39017ad1994e4b911a9e3cefebb8c8d802b5008 (patch)
tree28bd311ea017af7d6c3150224795b9f27bcaec7b /clang
parentce3ee6539e441f80ced9febe5540363d5061bf76 (diff)
downloadbcm5719-llvm-b39017ad1994e4b911a9e3cefebb8c8d802b5008.tar.gz
bcm5719-llvm-b39017ad1994e4b911a9e3cefebb8c8d802b5008.zip
Fix a comment typo.
llvm-svn: 123184
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/AST/Decl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/Decl.cpp b/clang/lib/AST/Decl.cpp
index a76a5748b46..24fc45f4be1 100644
--- a/clang/lib/AST/Decl.cpp
+++ b/clang/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>();
OpenPOWER on IntegriCloud