Fix comment typo.
authorDuncan Sands <baldrick@free.fr>
Tue, 4 Dec 2012 16:36:05 +0000 (16:36 +0000)
committerDuncan Sands <baldrick@free.fr>
Tue, 4 Dec 2012 16:36:05 +0000 (16:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169282 91177308-0d34-0410-b5e6-96231b3b80d8

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);
   }