1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Fix grammar in comments to getSizeOf()

llvm-svn: 17200
This commit is contained in:
Misha Brukman 2004-10-24 03:18:30 +00:00
parent 4c30220f3a
commit dd92de83ca

View File

@ -558,7 +558,7 @@ public:
} }
/// getSizeOf constant expr - computes the size of a type in a target /// getSizeOf constant expr - computes the size of a type in a target
/// independent way (Note: the return type UInt but the object is is not /// independent way (Note: the return type is UInt but the object is not
/// necessarily a ConstantUInt). /// necessarily a ConstantUInt).
/// ///
static Constant *getSizeOf(const Type *Ty); static Constant *getSizeOf(const Type *Ty);