aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/factorization/kernels/clustering_ops.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/factorization/kernels/clustering_ops.cc')
-rw-r--r--tensorflow/contrib/factorization/kernels/clustering_ops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/factorization/kernels/clustering_ops.cc b/tensorflow/contrib/factorization/kernels/clustering_ops.cc
index 2a6c97e8b9..dd61f59585 100644
--- a/tensorflow/contrib/factorization/kernels/clustering_ops.cc
+++ b/tensorflow/contrib/factorization/kernels/clustering_ops.cc
@@ -353,7 +353,7 @@ class NearestNeighborsOp : public OpKernel {
auto worker_threads = *(context->device()->tensorflow_cpu_worker_threads());
const int64 num_threads = worker_threads.num_threads;
// This kernel might be configured to use fewer than the total number of
- // available CPUs on the host machine. To avoid destructive interference
+ // available CPUs on the host machine. To avoid descructive interference
// with other jobs running on the host machine, we must only use a fraction
// of total available L3 cache. Unfortunately, we cannot query the host
// machine to get the number of physical CPUs. So, we use a fixed per-CPU