aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-16 16:09:35 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-16 16:16:28 -0700
commit226b193e709bd513400f2d74020b02d90cd3a0a0 (patch)
treecadbffb8c457a7dab23ca6607725db4a78571902
parent5d906eaa86781da4e0ddfeeb0f69a78a5574b390 (diff)
Fix a typo in a comment; NFC
PiperOrigin-RevId: 159289106
-rw-r--r--tensorflow/compiler/xla/service/buffer_assignment_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/compiler/xla/service/buffer_assignment_test.cc b/tensorflow/compiler/xla/service/buffer_assignment_test.cc
index 77ea39b24b..ddfb847c5d 100644
--- a/tensorflow/compiler/xla/service/buffer_assignment_test.cc
+++ b/tensorflow/compiler/xla/service/buffer_assignment_test.cc
@@ -1647,8 +1647,8 @@ TEST_F(WhileBufferAssignmentTest, WhileLoopsInterferingResultRange) {
input1, weights1, one, output1, tuple1, while1, input0,
weights0, zero, output0, tuple0, while0, root_add};
- // If this CHECK fails, we constructed a bogus sequence above and
- // this test itself is buggy.
+ // If this ASSERT_TRUE fails, we constructed a bogus sequence above
+ // and this test itself is buggy.
ASSERT_TRUE(IsPostOrderTraversal(sequence_for_buffer_assigment));
sequence[module->entry_computation()] =