From 0f54f19f29c29badab4c6e03d178e059f0d73eaf Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 8 Jul 2004 17:45:18 +0000 Subject: [PATCH] Fix spelling of `equivalent' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14697 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.34.1