[llvm-commits] [llvm] r114319 - /llvm/trunk/include/llvm/DerivedTypes.h
Chris Lattner
sabre at nondot.org
Sun Sep 19 20:58:32 PDT 2010
Author: lattner
Date: Sun Sep 19 22:58:32 2010
New Revision: 114319
URL: http://llvm.org/viewvc/llvm-project?rev=114319&view=rev
Log:
fix a bug I introduced back in the hayday of version #2.
Modified:
llvm/trunk/include/llvm/DerivedTypes.h
Modified: llvm/trunk/include/llvm/DerivedTypes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DerivedTypes.h?rev=114319&r1=114318&r2=114319&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DerivedTypes.h (original)
+++ llvm/trunk/include/llvm/DerivedTypes.h Sun Sep 19 22:58:32 2010
@@ -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.
//
More information about the llvm-commits
mailing list