diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-24 03:18:30 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-24 03:18:30 +0000 |
commit | cf1160b0127daae2b9197637b5ecd99a720706a0 (patch) | |
tree | 32e47f31d8d793dde53f7d08fa9d0e25f11b8a59 /include/llvm | |
parent | 6edde961e274d738f5cf0ca956eec3384860e810 (diff) | |
download | external_llvm-cf1160b0127daae2b9197637b5ecd99a720706a0.zip external_llvm-cf1160b0127daae2b9197637b5ecd99a720706a0.tar.gz external_llvm-cf1160b0127daae2b9197637b5ecd99a720706a0.tar.bz2 |
Fix grammar in comments to getSizeOf()
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17200 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/Constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h index 63e3538..0663d60 100644 --- a/include/llvm/Constants.h +++ b/include/llvm/Constants.h @@ -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); |