summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2012-06-15 09:02:08 +0000
committerJames Dennett <jdennett@google.com>2012-06-15 09:02:08 +0000
commit9426c6c6d34a4dcd166d2530e5924619676abeb3 (patch)
tree8f4d3fb08b860646f5f2e6070c33af7017eaa9da /clang/lib/CodeGen
parent7e704c87db46c84e36cb5dd4139d16988265a524 (diff)
downloadbcm5719-llvm-9426c6c6d34a4dcd166d2530e5924619676abeb3.tar.gz
bcm5719-llvm-9426c6c6d34a4dcd166d2530e5924619676abeb3.zip
Documentation fix: made the name given to \param match the code.
llvm-svn: 158511
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/CGObjCRuntime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGObjCRuntime.cpp b/clang/lib/CodeGen/CGObjCRuntime.cpp
index 93700960df2..0f5cbc19d6b 100644
--- a/clang/lib/CodeGen/CGObjCRuntime.cpp
+++ b/clang/lib/CodeGen/CGObjCRuntime.cpp
@@ -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,
OpenPOWER on IntegriCloud