diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-10 17:54:14 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-10 17:54:14 +0000 |
commit | 6b63452c3ad26678b32f93dbca55902a313ee4e9 (patch) | |
tree | db00e2706644d483f011b5c431934ccc6a113ba6 /lib/VMCore/Instruction.cpp | |
parent | 4afac18fd4cae1b93907d7db03c5fdb7f2f66d64 (diff) |
Fix spelling/grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9023 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Instruction.cpp')
-rw-r--r-- | lib/VMCore/Instruction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Instruction.cpp b/lib/VMCore/Instruction.cpp index 122e0f7899..a2d0ba9174 100644 --- a/lib/VMCore/Instruction.cpp +++ b/lib/VMCore/Instruction.cpp @@ -119,7 +119,7 @@ bool Instruction::isAssociative(unsigned Opcode, const Type *Ty) { /// isCommutative - Return true if the instruction is commutative: /// -/// Commutative operators satistify: (x op y) === (y op x) +/// Commutative operators satisfy: (x op y) === (y op x) /// /// In LLVM, these are the associative operators, plus SetEQ and SetNE, when /// applied to any type. |