summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2012-10-04 13:07:26 +0000
committerDuncan Sands <baldrick@free.fr>2012-10-04 13:07:26 +0000
commitee700cfc943f17f3521c4f04b2e3b9917b2ed1b6 (patch)
tree0805065e515b4d53dee7ca6445063951a9c190a5 /include
parentb2d98c29170d99fb43de0244a7f4f93a8893c208 (diff)
downloadllvm-ee700cfc943f17f3521c4f04b2e3b9917b2ed1b6.tar.gz
llvm-ee700cfc943f17f3521c4f04b2e3b9917b2ed1b6.tar.bz2
llvm-ee700cfc943f17f3521c4f04b2e3b9917b2ed1b6.tar.xz
Fix wrong name in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165224 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Argument.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Argument.h b/include/llvm/Argument.h
index e66075c1f2..1155b974ec 100644
--- a/include/llvm/Argument.h
+++ b/include/llvm/Argument.h
@@ -68,8 +68,8 @@ public:
/// attribute on it in its containing function.
bool hasNoCaptureAttr() const;
- /// hasSRetAttr - Return true if this argument has the sret attribute on it in
- /// its containing function.
+ /// hasStructRetAttr - Return true if this argument has the sret attribute on
+ /// it in its containing function.
bool hasStructRetAttr() const;
/// addAttr - Add a Attribute to an argument