Fix typo in TensorHandle
authorIgor Ganichev <iga@google.com>
Thu, 17 May 2018 00:48:22 +0000 (17:48 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 17 May 2018 00:50:57 +0000 (17:50 -0700)
PiperOrigin-RevId: 196919119

tensorflow/core/common_runtime/eager/tensor_handle.h

index 0c0d82f..a3b7dd8 100644 (file)
@@ -45,7 +45,7 @@ limitations under the License.
 namespace tensorflow {
 
 // Associates a Tensor and a Device, used in the eager runtime. Internal version
-// executor_of the TFE_TensorHandle struct and the python EagerTensor class
+// of the TFE_TensorHandle struct and the python EagerTensor class
 // (unrelated to python TensorHandle).
 class TensorHandle : public core::RefCounted {
  public: