fix a bug I introduced back in the hayday of version #2.
authorChris Lattner <sabre@nondot.org>
Mon, 20 Sep 2010 03:58:32 +0000 (03:58 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 20 Sep 2010 03:58:32 +0000 (03:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114319 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DerivedTypes.h

index 4bc1a7a904c62fbf3d98e3c5ec0e2b4a9edf573f..721c603314b2916bd7f221bac9fd7ef2156085eb 100644 (file)
@@ -9,7 +9,7 @@
 //
 // This file contains the declarations of classes that represent "derived
 // types".  These are things like "arrays of x" or "structure of x, y, z" or
-// "method returning x taking (y,z) as parameters", etc...
+// "function returning x taking (y,z) as parameters", etc...
 //
 // The implementations of these classes live in the Type.cpp file.
 //