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:
Misha Brukman 2004-10-24 03:18:30 +00:00
parent 6edde961e2
commit cf1160b012

View File

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