summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2012-12-04 16:36:05 +0000
committerDuncan Sands <baldrick@free.fr>2012-12-04 16:36:05 +0000
commitab6db722ce82f1907133f2685f5824593f1f4d3f (patch)
tree7a961eeaf5d7dddf7a535f77350c98d3eba334a5 /llvm
parentca4a0c9dbdbf6bf4a51da2577b1f7c659c74e024 (diff)
downloadbcm5719-llvm-ab6db722ce82f1907133f2685f5824593f1f4d3f.tar.gz
bcm5719-llvm-ab6db722ce82f1907133f2685f5824593f1f4d3f.zip
Fix comment typo.
llvm-svn: 169282
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/IRBuilder.h2
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);
}
OpenPOWER on IntegriCloud