aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/framework/scope_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/cc/framework/scope_internal.h')
-rw-r--r--tensorflow/cc/framework/scope_internal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tensorflow/cc/framework/scope_internal.h b/tensorflow/cc/framework/scope_internal.h
index 8efcfed20d..58adaef2e9 100644
--- a/tensorflow/cc/framework/scope_internal.h
+++ b/tensorflow/cc/framework/scope_internal.h
@@ -34,8 +34,7 @@ class Scope::Impl {
// name that has not been used so far in a scope will get no suffix. Later
// uses of the same name will get suffixes _1, _2, _3, etc. Multiple scopes
// can share the same NameMap. For instance, a new scope created using
- // WithControlDependencies() should would share the same NameMap with the
- // parent.
+ // WithControlDependencies() would share the same NameMap with the parent.
typedef std::unordered_map<string, int> NameMap;
Impl(const std::shared_ptr<Graph>& graph,