aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf_graph_common/util.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tensorboard/components/tf_graph_common/util.ts')
-rw-r--r--tensorflow/tensorboard/components/tf_graph_common/util.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tensorboard/components/tf_graph_common/util.ts b/tensorflow/tensorboard/components/tf_graph_common/util.ts
index bee40ae713..0b2df6545c 100644
--- a/tensorflow/tensorboard/components/tf_graph_common/util.ts
+++ b/tensorflow/tensorboard/components/tf_graph_common/util.ts
@@ -68,7 +68,7 @@ module tf.graph.util {
* progress
* of the subtask and the subtask message. The parent task should pass a
* subtracker to its subtasks. The subtask reports its own progress which
- * becames relative to the main task.
+ * becomes relative to the main task.
*/
export function getSubtaskTracker(
parentTracker: ProgressTracker, impactOnTotalProgress: number,