Fix spelling of `equivalent'
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 8 Jul 2004 17:45:18 +0000 (17:45 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 8 Jul 2004 17:45:18 +0000 (17:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14697 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Type.h

index b558eb17598fcf7a8dbe75911b65017952669140..7c28b03e8eb5949d121bc2d3648339017f5e1348 100644 (file)
@@ -172,7 +172,7 @@ public:
            ID == UIntTyID || ID == ULongTyID; 
   }
 
-  /// isInteger - Equilivant to isSigned() || isUnsigned()
+  /// isInteger - Equivalent to isSigned() || isUnsigned()
   ///
   bool isInteger() const { return ID >= UByteTyID && ID <= LongTyID; }