diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-21 22:14:26 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-21 22:14:26 +0000 |
commit | ef6a6a69ff1e1b709d0acb315b9f6c926c67a778 (patch) | |
tree | 7d59340142e117b47b4df22e5b6e54e46b93f4f9 /lib/VMCore/iOperators.cpp | |
parent | e287cfdfd0815ac5c80c72c0913a45ca98993a28 (diff) |
The word `dependent' has no `a'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8030 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/iOperators.cpp')
-rw-r--r-- | lib/VMCore/iOperators.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/iOperators.cpp b/lib/VMCore/iOperators.cpp index 5a88986135..a4daeeebff 100644 --- a/lib/VMCore/iOperators.cpp +++ b/lib/VMCore/iOperators.cpp @@ -130,7 +130,7 @@ const Value *BinaryOperator::getNotArgument(const BinaryOperator *Bop) { // swapOperands - Exchange the two operands to this instruction. This // instruction is safe to use on any binary instruction and does not // modify the semantics of the instruction. If the instruction is -// order dependant (SetLT f.e.) the opcode is changed. +// order dependent (SetLT f.e.) the opcode is changed. // bool BinaryOperator::swapOperands() { if (isCommutative()) |