X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FDerivedTypes.h;h=721c603314b2916bd7f221bac9fd7ef2156085eb;hb=f78081145695baa5d0b004e674c4561245b13b52;hp=4bc1a7a904c62fbf3d98e3c5ec0e2b4a9edf573f;hpb=6a7de3f20531adb266531e43285a96c56b35cf72;p=oota-llvm.git diff --git a/include/llvm/DerivedTypes.h b/include/llvm/DerivedTypes.h index 4bc1a7a904c..721c603314b 100644 --- a/include/llvm/DerivedTypes.h +++ b/include/llvm/DerivedTypes.h @@ -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. //