mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-30 20:34:21 +00:00
Fix comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169282 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d7802bf0dd
commit
a39504d307
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user