X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FIR%2FType.h;h=a36fb0f9702e6c1a13dfa31ed7e149c7dd136f5f;hp=13df2ca45a87d235e7afd55cb121e50092c3a3ee;hb=217b38e19adffd8147b16f3dcace8b51634ae21c;hpb=039f6c6ded21d3229a054661130b40b8cc1f2b00 diff --git a/include/llvm/IR/Type.h b/include/llvm/IR/Type.h index 13df2ca45a8..a36fb0f9702 100644 --- a/include/llvm/IR/Type.h +++ b/include/llvm/IR/Type.h @@ -323,7 +323,7 @@ public: } /// getContainedType - This method is used to implement the type iterator - /// (defined a the end of the file). For derived types, this returns the + /// (defined at the end of the file). For derived types, this returns the /// types 'contained' in the derived type. /// Type *getContainedType(unsigned i) const {