mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix spelling of `equivalent'
llvm-svn: 14697
This commit is contained in:
parent
77a943eb4c
commit
54115c22de
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user