Fix comment typo.

llvm-svn: 169282
This commit is contained in:
Duncan Sands 2012-12-04 16:36:05 +00:00
parent ca4a0c9dbd
commit ab6db722ce
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}