diff options
author | James Dennett <jdennett@google.com> | 2012-06-22 10:16:05 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-22 10:16:05 +0000 |
commit | 16ae9de07730832945204877d752db7f1c070962 (patch) | |
tree | c7890130aab03022fbc2869fe29ccaef7417e2f1 /lib/Sema/SemaDecl.cpp | |
parent | 40ae6666dd7a458f2d213370922a38be13f003c4 (diff) |
Documentation cleanup: making \param docs match the code.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158982 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaDecl.cpp')
-rw-r--r-- | lib/Sema/SemaDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaDecl.cpp b/lib/Sema/SemaDecl.cpp index aea92a4d73..bee6557c2f 100644 --- a/lib/Sema/SemaDecl.cpp +++ b/lib/Sema/SemaDecl.cpp @@ -1355,7 +1355,7 @@ void Sema::ActOnEndFunctionDeclarator() { /// /// \param IdLoc The location of the name in the translation unit. /// -/// \param TypoCorrection If true, this routine will attempt typo correction +/// \param DoTypoCorrection If true, this routine will attempt typo correction /// if there is no class with the given name. /// /// \returns The declaration of the named Objective-C class, or NULL if the |