aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/util/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/util/util.h')
-rw-r--r--tensorflow/python/util/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/util/util.h b/tensorflow/python/util/util.h
index c325baa5f8..4bb80d8289 100644
--- a/tensorflow/python/util/util.h
+++ b/tensorflow/python/util/util.h
@@ -97,7 +97,7 @@ PyObject* AssertSameStructure(PyObject* o1, PyObject* o2, bool check_types);
// used instead. The same convention is followed in `pack_sequence_as`. This
// correctly repacks dicts and `OrderedDict`s after they have been flattened,
// and also allows flattening an `OrderedDict` and then repacking it back using
-// a correponding plain dict, or vice-versa.
+// a corresponding plain dict, or vice-versa.
// Dictionaries with non-sortable keys cannot be flattened.
//
// Args: