aboutsummaryrefslogtreecommitdiffstats
path: root/include/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
commita39504d307f153e8d548b27519ee3a1b27d6a4df (patch)
treebf9afb9cabf33260eade968f2f00bac2213df53f /include/llvm
parentd7802bf0ddcac16ee910105922492aee86a53e1b (diff)
downloadexternal_llvm-a39504d307f153e8d548b27519ee3a1b27d6a4df.tar.gz
external_llvm-a39504d307f153e8d548b27519ee3a1b27d6a4df.tar.bz2
external_llvm-a39504d307f153e8d548b27519ee3a1b27d6a4df.zip
Fix comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169282 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-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 6fe98c70ed..bb86875828 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);
}