]> granicus.if.org Git - clang/commitdiff
Documentation fix: made the name given to \param match the code.
authorJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 09:02:08 +0000 (09:02 +0000)
committerJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 09:02:08 +0000 (09:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158511 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGObjCRuntime.cpp

index 93700960df230b82a10faebefcc5ec81f0ec1d20..0f5cbc19d6b225f610f69c33e46ade3a9bde8d32 100644 (file)
@@ -334,7 +334,7 @@ void CGObjCRuntime::EmitAtSynchronizedStmt(CodeGenFunction &CGF,
 ///
 /// \param method - may be null
 /// \param resultType - the result type to use if there's no method
-/// \param argInfo - the actual arguments, including implicit ones
+/// \param callArgs - the actual arguments, including implicit ones
 CGObjCRuntime::MessageSendInfo
 CGObjCRuntime::getMessageSendInfo(const ObjCMethodDecl *method,
                                   QualType resultType,