aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests/prng_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/tests/prng_test.cc')
-rw-r--r--tensorflow/compiler/xla/tests/prng_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/tests/prng_test.cc b/tensorflow/compiler/xla/tests/prng_test.cc
index 5a6aa467e5..a0f98fcfef 100644
--- a/tensorflow/compiler/xla/tests/prng_test.cc
+++ b/tensorflow/compiler/xla/tests/prng_test.cc
@@ -194,7 +194,7 @@ XLA_TEST_F(PrngTest, MapUsingRng) {
}
}
-// This tests demonstrates the global seeding behaviour.
+// This tests demonstrates the global seeding behavior.
// * If a seed is passed in via Execute (ExecuteAndTransfer) then the output is
// fixed (i.e., there is a single output for a given seed);
// * If no seed is passed in then the output of every call can be different;