aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/boosted_trees/kernels/quantile_ops.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/boosted_trees/kernels/quantile_ops.cc')
-rw-r--r--tensorflow/contrib/boosted_trees/kernels/quantile_ops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/boosted_trees/kernels/quantile_ops.cc b/tensorflow/contrib/boosted_trees/kernels/quantile_ops.cc
index 0b28f81e7c..0f4c2298f5 100644
--- a/tensorflow/contrib/boosted_trees/kernels/quantile_ops.cc
+++ b/tensorflow/contrib/boosted_trees/kernels/quantile_ops.cc
@@ -253,7 +253,7 @@ class CreateQuantileAccumulatorOp : public OpKernel {
private:
float epsilon_;
int32 num_quantiles_;
- // An upper bound on the number of entries that the summaries might have
+ // An upperbound on the number of enteries that the summaries might have
// for a feature.
int64 max_elements_;
bool generate_quantiles_;