fix comment typo - NFC


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350587 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Transforms/InstCombine/operand-complexity.ll b/test/Transforms/InstCombine/operand-complexity.ll
index 2dc161c..c67fb08 100644
--- a/test/Transforms/InstCombine/operand-complexity.ll
+++ b/test/Transforms/InstCombine/operand-complexity.ll
@@ -1,7 +1,7 @@
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
 ; RUN: opt < %s -instcombine -S | FileCheck %s
 
-; 'Negate' is considered less complex than a normal binop, so the mul should have the binop as the first operand.
+; 'Negate' is considered less complex than a normal binop, so the xor should have the binop as the first operand.
 
 define i8 @neg(i8 %x) {
 ; CHECK-LABEL: @neg(