diff options
-rw-r--r-- | llvm/include/llvm/IRBuilder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IRBuilder.h b/llvm/include/llvm/IRBuilder.h index 6fe98c70ed2..bb86875828b 100644 --- a/llvm/include/llvm/IRBuilder.h +++ b/llvm/include/llvm/IRBuilder.h @@ -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); } |