From d0f53f77fbed8506dd3a3fe23ea8e9ac0028a577 Mon Sep 17 00:00:00 2001 From: Penghao Cen Date: Fri, 7 Jul 2017 22:56:40 +0800 Subject: [PATCH] Minor fix typo (#11323) --- tensorflow/core/lib/gtl/array_slice.h | 2 +- tensorflow/core/protobuf/worker.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/core/lib/gtl/array_slice.h b/tensorflow/core/lib/gtl/array_slice.h index 30ef19ebe8a..002d166c724 100644 --- a/tensorflow/core/lib/gtl/array_slice.h +++ b/tensorflow/core/lib/gtl/array_slice.h @@ -191,7 +191,7 @@ class ArraySlice { void pop_front() { remove_prefix(1); } // These relational operators have the same semantics as the - // std::vector relational operators: they do deep (elementwise) + // std::vector relational operators: they do deep (element-wise) // comparisons. Array slices are equal iff their size is the same // and all their elements are equal. bool operator==(ArraySlice other) const { return impl_ == other.impl_; } diff --git a/tensorflow/core/protobuf/worker.proto b/tensorflow/core/protobuf/worker.proto index e476a84a137..9d4a417aa35 100644 --- a/tensorflow/core/protobuf/worker.proto +++ b/tensorflow/core/protobuf/worker.proto @@ -141,7 +141,7 @@ message DeregisterGraphResponse { message CleanupAllRequest { // A list of container names. // - // If 'container' is not empty, releases resoures in the given + // If 'container' is not empty, releases resources in the given // containers in all devices. // // If 'container' is empty, releases resources in the default