aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/llvm/IRBuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/IRBuilder.h b/include/llvm/IRBuilder.h
index 6fe98c7..bb86875 100644
--- a/include/llvm/IRBuilder.h
+++ b/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);
}