aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/profiler/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/profiler/README.md')
-rw-r--r--tensorflow/core/profiler/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/profiler/README.md b/tensorflow/core/profiler/README.md
index 92bce9c1ce..8ca26fa5dc 100644
--- a/tensorflow/core/profiler/README.md
+++ b/tensorflow/core/profiler/README.md
@@ -48,7 +48,7 @@ bazel-bin/tensorflow/python/profiler/profiler_ui \
# Create options to profile the time and memory information.
builder = tf.profiler.ProfileOptionBuilder
opts = builder(builder.time_and_memory()).order_by('micros').build()
-# Create a profiling context, set contructor argument `trace_steps`,
+# Create a profiling context, set constructor argument `trace_steps`,
# `dump_steps` to empty for explicit control.
with tf.contrib.tfprof.ProfileContext('/tmp/train_dir',
trace_steps=[],