Fix typos in comments, NFC
[oota-llvm.git] / include / llvm / IR / Type.h
index 13df2ca45a87d235e7afd55cb121e50092c3a3ee..a36fb0f9702e6c1a13dfa31ed7e149c7dd136f5f 100644 (file)
@@ -323,7 +323,7 @@ public:
   }
 
   /// getContainedType - This method is used to implement the type iterator
   }
 
   /// 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 {
   /// types 'contained' in the derived type.
   ///
   Type *getContainedType(unsigned i) const {