fix a bug I introduced back in the hayday of version #2.

llvm-svn: 114319
This commit is contained in:
Chris Lattner 2010-09-20 03:58:32 +00:00
parent 40cec8326c
commit a005f9400d
1 changed files with 1 additions and 1 deletions

View 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.
//