aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/boosted_trees/lib/utils/dropout_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/boosted_trees/lib/utils/dropout_utils.h')
-rw-r--r--tensorflow/contrib/boosted_trees/lib/utils/dropout_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/boosted_trees/lib/utils/dropout_utils.h b/tensorflow/contrib/boosted_trees/lib/utils/dropout_utils.h
index 928bfbfe5c..77c16da541 100644
--- a/tensorflow/contrib/boosted_trees/lib/utils/dropout_utils.h
+++ b/tensorflow/contrib/boosted_trees/lib/utils/dropout_utils.h
@@ -66,7 +66,7 @@ class DropoutUtils {
// Current weights and num_updates will be updated as a result of this
// func
std::vector<float>* current_weights,
- // How many weight assignements have been done for each tree already.
+ // How many weight assignments have been done for each tree already.
std::vector<int32>* num_updates);
};