aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime/worker_cache_logger.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/distributed_runtime/worker_cache_logger.cc')
-rw-r--r--tensorflow/core/distributed_runtime/worker_cache_logger.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/distributed_runtime/worker_cache_logger.cc b/tensorflow/core/distributed_runtime/worker_cache_logger.cc
index cf1d6f88e9..5ca1d92a81 100644
--- a/tensorflow/core/distributed_runtime/worker_cache_logger.cc
+++ b/tensorflow/core/distributed_runtime/worker_cache_logger.cc
@@ -37,7 +37,7 @@ void WorkerCacheLogger::SetLogging(bool v) {
++want_logging_count_;
} else {
--want_logging_count_;
- // If RPCs get cancelled, it may be possible for the count
+ // If RPCs get canceled, it may be possible for the count
// to go negative. This should not be a fatal error, since
// logging is non-critical.
if (want_logging_count_ < 0) want_logging_count_ = 0;