From 78907ca08dcbb166e06af0d32dd2c5ffa4d5b6d0 Mon Sep 17 00:00:00 2001 From: Jianfeng Zhu Date: Thu, 23 Apr 2015 11:44:47 +0800 Subject: [PATCH] Update updater.h Fix minor type --- src/tree/updater.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tree/updater.h b/src/tree/updater.h index 49adc8dca..4ced21e5e 100644 --- a/src/tree/updater.h +++ b/src/tree/updater.h @@ -28,7 +28,7 @@ class IUpdater { * \param gpair the gradient pair statistics of the data * \param p_fmat feature matrix that provide access to features * \param info extra side information that may be need, such as root index - * \param trees pointer to the trese to be updated, upater will change the content of the tree + * \param trees pointer to the trees to be updated, upater will change the content of the tree * note: all the trees in the vector are updated, with the same statistics, * but maybe different random seeds, usually one tree is passed in at a time, * there can be multiple trees when we train random forest style model