aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests/hlo_test_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/tests/hlo_test_base.h')
-rw-r--r--tensorflow/compiler/xla/tests/hlo_test_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/tests/hlo_test_base.h b/tensorflow/compiler/xla/tests/hlo_test_base.h
index 906551b530..98bc35ae52 100644
--- a/tensorflow/compiler/xla/tests/hlo_test_base.h
+++ b/tensorflow/compiler/xla/tests/hlo_test_base.h
@@ -61,7 +61,7 @@ class HloTestBase : public ::testing::Test {
perftools::gputools::DeviceMemoryBase TransferToDevice(
const Literal& literal);
- // Transfers the array refered to by the given handle from the device and
+ // Transfers the array referred to by the given handle from the device and
// returns as a Literal.
std::unique_ptr<Literal> TransferFromDevice(
const Shape& shape, perftools::gputools::DeviceMemoryBase device_base);