From 0376545d26644d52dedbe35718e2cf728aedce94 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Thu, 8 Jul 2004 17:49:37 +0000
Subject: statisfy the spelling police
llvm-svn: 14698
---
llvm/docs/ProgrammersManual.html | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
(limited to 'llvm/docs/ProgrammersManual.html')
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.
return false as they do with isSigned. This returns true for UByteTy,
UShortTy, UIntTy, and ULongTy.
- bool isInteger() const: Equilivent to isSigned() || isUnsigned(),
- but with only a single virtual function invocation.
+ bool isInteger() const: Equivalent to isSigned() || isUnsigned().
bool isIntegral() const: Returns true if this is an integral
type, which is either Bool type or one of the Integer types.
--
cgit v1.2.3