summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-07-28 16:53:28 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-07-28 16:53:28 +0000
commita626a9e4df82c5b543f9d647fa1e197e00391190 (patch)
treee5c98d800ded173d7a84627dc03e60767ae6a180
parentdb908a22c8d044cf7f8a014ffeebc79ecb451216 (diff)
downloadbcm5719-llvm-a626a9e4df82c5b543f9d647fa1e197e00391190.tar.gz
bcm5719-llvm-a626a9e4df82c5b543f9d647fa1e197e00391190.zip
Removed extra parenthesis and fixed spelling.
llvm-svn: 7359
-rw-r--r--llvm/include/llvm/Instruction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Instruction.h b/llvm/include/llvm/Instruction.h
index 4011794025e..d09c140e14c 100644
--- a/llvm/include/llvm/Instruction.h
+++ b/llvm/include/llvm/Instruction.h
@@ -79,7 +79,7 @@ public:
/// isAssociative - Return true if the instruction is associative:
///
- /// Associative operators satisfy: x op (y op z) === (x op y) op z)
+ /// Associative operators satisfy: x op (y op z) === (x op y) op z
///
/// In LLVM, the Add, Mul, And, Or, and Xor operators are associative, when
/// not applied to floating point types.
@@ -89,7 +89,7 @@ public:
/// 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.
OpenPOWER on IntegriCloud