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 | fa2f3010c124eef1aedb4f1608601cd34f8221dc (patch) | |
| tree | 05e0d808dbcadeb70c4437ba3881d513bc16ded7 | |
| parent | ba28dc8c542e871cf15d3b101d0680235bd3d4f6 (diff) | |
| download | bcm5719-llvm-fa2f3010c124eef1aedb4f1608601cd34f8221dc.tar.gz bcm5719-llvm-fa2f3010c124eef1aedb4f1608601cd34f8221dc.zip | |
Fix grammar in comments to getSizeOf()
llvm-svn: 17200
| -rw-r--r-- | llvm/include/llvm/Constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Constants.h b/llvm/include/llvm/Constants.h index 63e35385e35..0663d60bfd7 100644 --- a/llvm/include/llvm/Constants.h +++ b/llvm/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); |

