aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/batching_util/adaptive_shared_batch_scheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/kernels/batching_util/adaptive_shared_batch_scheduler.h')
-rw-r--r--tensorflow/core/kernels/batching_util/adaptive_shared_batch_scheduler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/kernels/batching_util/adaptive_shared_batch_scheduler.h b/tensorflow/core/kernels/batching_util/adaptive_shared_batch_scheduler.h
index f5ced95feb..ae652961db 100644
--- a/tensorflow/core/kernels/batching_util/adaptive_shared_batch_scheduler.h
+++ b/tensorflow/core/kernels/batching_util/adaptive_shared_batch_scheduler.h
@@ -76,7 +76,7 @@ class AdaptiveSharedBatchScheduler
AdaptiveSharedBatchScheduler<TaskType>> {
public:
~AdaptiveSharedBatchScheduler() {
- // Finish processing batches before destorying other class members.
+ // Finish processing batches before destroying other class members.
batch_thread_pool_.reset();
}