aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-04 22:19:18 +0000
committerChris Lattner <sabre@nondot.org>2002-04-04 22:19:18 +0000
commit2aac6bf66a4f4486e14ee5bdc96277ec770afdc7 (patch)
tree7c0149ec42632ae549ecdb13e45c1ec780eb3063 /include
parent3d0dceb733fe8d5d916eab58d923eb7ff491d6c6 (diff)
downloadexternal_llvm-2aac6bf66a4f4486e14ee5bdc96277ec770afdc7.zip
external_llvm-2aac6bf66a4f4486e14ee5bdc96277ec770afdc7.tar.gz
external_llvm-2aac6bf66a4f4486e14ee5bdc96277ec770afdc7.tar.bz2
s/MethodType/FunctionType
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2115 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/AbstractTypeUser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/AbstractTypeUser.h b/include/llvm/AbstractTypeUser.h
index c995b61..659c1b9 100644
--- a/include/llvm/AbstractTypeUser.h
+++ b/include/llvm/AbstractTypeUser.h
@@ -53,7 +53,7 @@ public:
// PATypeHandle - Handle to a Type subclass. This class is parameterized so
-// that users can have handles to MethodType's that are still specialized, for
+// that users can have handles to FunctionType's that are still specialized, for
// example. This class is a simple class used to keep the use list of abstract
// types up-to-date.
//