[cfe-commits] r158511 - /cfe/trunk/lib/CodeGen/CGObjCRuntime.cpp
James Dennett
jdennett at google.com
Fri Jun 15 02:02:08 PDT 2012
Author: jdennett
Date: Fri Jun 15 04:02:08 2012
New Revision: 158511
URL: http://llvm.org/viewvc/llvm-project?rev=158511&view=rev
Log:
Documentation fix: made the name given to \param match the code.
Modified:
cfe/trunk/lib/CodeGen/CGObjCRuntime.cpp
Modified: cfe/trunk/lib/CodeGen/CGObjCRuntime.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGObjCRuntime.cpp?rev=158511&r1=158510&r2=158511&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGObjCRuntime.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGObjCRuntime.cpp Fri Jun 15 04:02:08 2012
@@ -334,7 +334,7 @@
///
/// \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,
More information about the cfe-commits
mailing list