aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug/lib
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <bsteiner@google.com>2017-05-10 21:12:21 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-05-11 11:02:28 -0700
commitee112cff56081fb9d0b74c987a8935acc360b05c (patch)
tree6026d8b42ccc09d9c0d1b2d091916cfcb4f5a057 /tensorflow/python/debug/lib
parent27c89207d2f31fe4b4b42c789b96d62cde4e2133 (diff)
Merge changes from github.
PiperOrigin-RevId: 155709893
Diffstat (limited to 'tensorflow/python/debug/lib')
-rw-r--r--tensorflow/python/debug/lib/debug_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/debug/lib/debug_data.py b/tensorflow/python/debug/lib/debug_data.py
index ce4bc82e0a..de1e1ce017 100644
--- a/tensorflow/python/debug/lib/debug_data.py
+++ b/tensorflow/python/debug/lib/debug_data.py
@@ -975,7 +975,7 @@ class DebugDumpDir(object):
slot = datum.output_slot
# In some cases (e.g., system clocks with insufficient precision),
# the upstream and downstream tensors may have identical timestamps, the
- # following check examines this possibilty and avoids raising an error if
+ # following check examines this possibility and avoids raising an error if
# that is the case.
if not self._satisfied_at_timestamp(
pending_inputs[node], datum.timestamp, start_i=i + 1):