Revert "Add a funciton to get the segment name of a section."
[oota-llvm.git] / include / llvm / IRBuilder.h
index 6fe98c70ed255ec7f01075a847270b7e0e1718df..bb86875828b7d6fe6a347d12f695907204ee229e 100644 (file)
@@ -239,7 +239,7 @@ public:
     return Type::getInt16Ty(Context);
   }
 
-  /// getInt32Ty - Fetch the type resepresenting a 32-bit integer.
+  /// getInt32Ty - Fetch the type representing a 32-bit integer.
   IntegerType *getInt32Ty() {
     return Type::getInt32Ty(Context);
   }