diff options
| author | Duncan Sands <baldrick@free.fr> | 2012-12-04 16:36:05 +0000 |
|---|---|---|
| committer | Duncan Sands <baldrick@free.fr> | 2012-12-04 16:36:05 +0000 |
| commit | ab6db722ce82f1907133f2685f5824593f1f4d3f (patch) | |
| tree | 7a961eeaf5d7dddf7a535f77350c98d3eba334a5 /llvm | |
| parent | ca4a0c9dbdbf6bf4a51da2577b1f7c659c74e024 (diff) | |
| download | bcm5719-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.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); } |

