aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/op_kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/framework/op_kernel.h')
-rw-r--r--tensorflow/core/framework/op_kernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/framework/op_kernel.h b/tensorflow/core/framework/op_kernel.h
index 67943377b9..f577664709 100644
--- a/tensorflow/core/framework/op_kernel.h
+++ b/tensorflow/core/framework/op_kernel.h
@@ -534,7 +534,7 @@ class OpKernelContext {
Rendezvous* rendezvous = nullptr;
// Mechanism for executing a collective op that needs to coordinate
- // with parallel instances runing on other devices.
+ // with parallel instances running on other devices.
CollectiveExecutor* collective_executor = nullptr;
// The session state for this op.