From 484c96bbdbeca7181d7f08cb8d5e1abd1ed0a5f1 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Thu, 4 Oct 2012 13:07:26 +0000 Subject: [PATCH] Fix wrong name in comment. llvm-svn: 165224 --- llvm/include/llvm/Argument.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/include/llvm/Argument.h b/llvm/include/llvm/Argument.h index e66075c..1155b97 100644 --- a/llvm/include/llvm/Argument.h +++ b/llvm/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 -- 2.7.4