summaryrefslogtreecommitdiffstats
path: root/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-08 17:49:37 +0000
committerChris Lattner <sabre@nondot.org>2004-07-08 17:49:37 +0000
commit4573f1b8cf61890c25f85952221d243e05e5474f (patch)
tree3990ecd48a0400b789171fd3f53974d74eff96fb /docs/ProgrammersManual.html
parent0f54f19f29c29badab4c6e03d178e059f0d73eaf (diff)
downloadexternal_llvm-4573f1b8cf61890c25f85952221d243e05e5474f.zip
external_llvm-4573f1b8cf61890c25f85952221d243e05e5474f.tar.gz
external_llvm-4573f1b8cf61890c25f85952221d243e05e5474f.tar.bz2
statisfy the spelling police
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14698 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ProgrammersManual.html')
-rw-r--r--docs/ProgrammersManual.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index 88db133..741d66b 100644
--- a/docs/ProgrammersManual.html
+++ b/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>