statisfy the spelling police

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14698 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-07-08 17:49:37 +00:00
parent 0f54f19f29
commit 4573f1b8cf

View File

@ -1748,8 +1748,7 @@ types.</p>
return false as they do with isSigned. This returns true for UByteTy,
UShortTy, UIntTy, and ULongTy. </li>
<li><tt>bool isInteger() const</tt>: Equilivent to isSigned() || isUnsigned(),
but with only a single virtual function invocation.</li>
<li><tt>bool isInteger() const</tt>: Equivalent to isSigned() || isUnsigned().</li>
<li><tt>bool isIntegral() const</tt>: Returns true if this is an integral
type, which is either Bool type or one of the Integer types.</li>