aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug/lib/debug_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/debug/lib/debug_data.py')
-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):