1
0
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:
Misha Brukman 2004-07-08 17:45:18 +00:00
parent 77a943eb4c
commit 54115c22de

View File

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