aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-07-08 17:45:18 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-07-08 17:45:18 +0000
commit0f54f19f29c29badab4c6e03d178e059f0d73eaf (patch)
treeb48b3928d2bd7a3ce52ff5be0688c5e9e53c4e51
parente14d7e4f9f21f86a78bb720f88e8db79099dfeff (diff)
Fix spelling of `equivalent'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14697 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Type.h b/include/llvm/Type.h
index b558eb1759..7c28b03e8e 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; }