aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/tensor_slice_set.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/util/tensor_slice_set.cc')
-rw-r--r--tensorflow/core/util/tensor_slice_set.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/core/util/tensor_slice_set.cc b/tensorflow/core/util/tensor_slice_set.cc
index 3b1d6287a7..c6546d98a8 100644
--- a/tensorflow/core/util/tensor_slice_set.cc
+++ b/tensorflow/core/util/tensor_slice_set.cc
@@ -62,8 +62,8 @@ bool TensorSliceSet::Query(const TensorSlice& slice, float* data) const {
}
return true;
} else {
- // We didn't find any exact match but there is still a posibility that
- // mutliple existing slices can be patched together to output the slice.
+ // We didn't find any exact match but there is still a possibility that
+ // multiple existing slices can be patched together to output the slice.
// We figure this out by computing the intersection of each of the existing
// slices with the query slice, and check if the union of all these
// intersections cover the entire slice. We rely on the fact that the
@@ -119,7 +119,7 @@ bool TensorSliceSet::QueryMeta(
results->emplace_back(std::make_pair(info->slice, info->tag));
return true;
} else {
- // We didn't find any exact match but there is still a posibility that
+ // We didn't find any exact match but there is still a possibility that
// multiple existing slices can be patched together to output the slice.
// We figure this out by computing the intersection of each of the existing
// slices with the query slice, and check if the union of all these