From: Misha Brukman Date: Thu, 8 Jul 2004 17:45:18 +0000 (+0000) Subject: Fix spelling of `equivalent' X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0f54f19f29c29badab4c6e03d178e059f0d73eaf;p=oota-llvm.git Fix spelling of `equivalent' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14697 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Type.h b/include/llvm/Type.h index b558eb17598..7c28b03e8eb 100644 --- a/include/llvm/Type.h +++ b/include/llvm/Type.h @@ -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; }