mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Fix grammar in comments to getSizeOf()
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17200 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6edde961e2
commit
cf1160b012
@ -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