aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/client/local_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/client/local_client.h')
-rw-r--r--tensorflow/compiler/xla/client/local_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/client/local_client.h b/tensorflow/compiler/xla/client/local_client.h
index 49ffed4dde..c903cd2711 100644
--- a/tensorflow/compiler/xla/client/local_client.h
+++ b/tensorflow/compiler/xla/client/local_client.h
@@ -56,7 +56,7 @@ class ExecutableBuildOptions {
// If set, this specifies the layout of the result of the computation. If not
// set, the service will chose the layout of the result. A Shape is used to
- // store the layout to accomodate tuple result shapes. A value of nullptr
+ // store the layout to accommodate tuple result shapes. A value of nullptr
// indicates the option has not been set.
ExecutableBuildOptions& set_result_layout(const Shape& shape_with_layout);
const Shape* result_layout() const;