summaryrefslogtreecommitdiffstats
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
commit2d07af3e08ec1ec33fd036ee119f6655c3479604 (patch)
treef53021632e74eb001daeb7bb431e8b7e86af4978
parentf2e960c5abf4351d2864237e85f93b3574f5c700 (diff)
downloadbcm5719-llvm-2d07af3e08ec1ec33fd036ee119f6655c3479604.tar.gz
bcm5719-llvm-2d07af3e08ec1ec33fd036ee119f6655c3479604.zip
Fix spelling of `equivalent'
llvm-svn: 14697
-rw-r--r--llvm/include/llvm/Type.h2
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; }
OpenPOWER on IntegriCloud