diff options
-rw-r--r-- | llvm/include/llvm/Type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Type.h b/llvm/include/llvm/Type.h index b558eb17598..7c28b03e8eb 100644 --- a/llvm/include/llvm/Type.h +++ b/llvm/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; } |