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:
parent
4c30220f3a
commit
dd92de83ca
@ -558,7 +558,7 @@ public:
|
||||
}
|
||||
|
||||
/// 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).
|
||||
///
|
||||
static Constant *getSizeOf(const Type *Ty);
|
||||
|
Loading…
Reference in New Issue
Block a user