diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-08 17:49:37 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-08 17:49:37 +0000 |
commit | 0376545d26644d52dedbe35718e2cf728aedce94 (patch) | |
tree | c00037abd07788e43592d628fb8ab49e051c3123 /llvm/docs/ProgrammersManual.html | |
parent | 2d07af3e08ec1ec33fd036ee119f6655c3479604 (diff) | |
download | bcm5719-llvm-0376545d26644d52dedbe35718e2cf728aedce94.tar.gz bcm5719-llvm-0376545d26644d52dedbe35718e2cf728aedce94.zip |
statisfy the spelling police
llvm-svn: 14698
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r-- | llvm/docs/ProgrammersManual.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index 88db133bffe..741d66b3868 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/docs/ProgrammersManual.html @@ -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> |