aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/typed_conditional_accumulator_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/kernels/typed_conditional_accumulator_base.h')
-rw-r--r--tensorflow/core/kernels/typed_conditional_accumulator_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/kernels/typed_conditional_accumulator_base.h b/tensorflow/core/kernels/typed_conditional_accumulator_base.h
index 1980f758fc..dbd7de7ce0 100644
--- a/tensorflow/core/kernels/typed_conditional_accumulator_base.h
+++ b/tensorflow/core/kernels/typed_conditional_accumulator_base.h
@@ -22,7 +22,7 @@ namespace tensorflow {
/*
* TypedConditionalAccumulatorBase is a templated companion of
- * ConditionalAccumulatorBase which allows for subclasses to use different
+ * ConditionalAccumulatorBase which allows for subclassses to use different
* types for the input gradients. (See ConditionalAccumulator and
* SparseConditionalAccumulator.)
*