statisfy the spelling police
authorChris Lattner <sabre@nondot.org>
Thu, 8 Jul 2004 17:49:37 +0000 (17:49 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 8 Jul 2004 17:49:37 +0000 (17:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14698 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.html

index 88db133bffed4e7a76f8120b544d56a9364950cd..741d66b386847f2cef30f16c5d58af557648b647 100644 (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>