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; }