aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/ops/while_loop.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/cc/ops/while_loop.cc')
-rw-r--r--tensorflow/cc/ops/while_loop.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/cc/ops/while_loop.cc b/tensorflow/cc/ops/while_loop.cc
index e0251efb2a..d1c918d464 100644
--- a/tensorflow/cc/ops/while_loop.cc
+++ b/tensorflow/cc/ops/while_loop.cc
@@ -116,7 +116,7 @@ Status CreateCond(const Scope& scope, const CondGraphBuilderFn& cond,
return Status::OK();
}
-// Create the bdoy subgraph defined by `body`. `outputs` must be non-null and
+// Create the body subgraph defined by `body`. `outputs` must be non-null and
// empty.
Status CreateBody(const Scope& scope, const BodyGraphBuilderFn& body,
const std::vector<Output>& inputs,