aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/batching/kernels/batch_kernels.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/batching/kernels/batch_kernels.cc')
-rw-r--r--tensorflow/contrib/batching/kernels/batch_kernels.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/batching/kernels/batch_kernels.cc b/tensorflow/contrib/batching/kernels/batch_kernels.cc
index 3b7c538fcc..6041d8c9b2 100644
--- a/tensorflow/contrib/batching/kernels/batch_kernels.cc
+++ b/tensorflow/contrib/batching/kernels/batch_kernels.cc
@@ -461,7 +461,7 @@ class BatchResource : public ResourceBase {
return Status::OK();
}
- // Looks up the batcher queue for 'queue_name'. If it did't previously exist,
+ // Looks up the batcher queue for 'queue_name'. If it didn't previously exist,
// creates it.
Status LookupOrCreateBatcherQueue(const string& queue_name,
BatcherQueue** queue) {