aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/framework/gradients.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/cc/framework/gradients.cc')
-rw-r--r--tensorflow/cc/framework/gradients.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/cc/framework/gradients.cc b/tensorflow/cc/framework/gradients.cc
index 29ad8a934b..d454bc3e4c 100644
--- a/tensorflow/cc/framework/gradients.cc
+++ b/tensorflow/cc/framework/gradients.cc
@@ -65,7 +65,7 @@ class SymbolicGradientBuilder {
// gradients for the node associated with `src`.
Status BackpropAlongEdge(const Output& dst_grad, const Output& src);
- // Adds a node to the graph (returned in`grad`) that sums the in-bound
+ // Adds a node to the graph (returned in `grad`) that sums the in-bound
// gradients to `src` (if there are more than one).
Status SumGradients(const Output& src, Output* grad);