Fix wrong name in comment.
authorDuncan Sands <baldrick@free.fr>
Thu, 4 Oct 2012 13:07:26 +0000 (13:07 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 4 Oct 2012 13:07:26 +0000 (13:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165224 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Argument.h

index e66075c1f235a646fefbfb260d3fbaeec8ec0376..1155b974ecdca0146b67f4d35a3ddd13f4c1eb84 100644 (file)
@@ -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