Skip to content

Commit a612555

Browse files
committed
Typo.
1 parent c2d008f commit a612555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/quantile.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ void SketchContainer::MakeCuts(HistogramCuts* p_cuts) {
536536
d_out_columns_ptr[column_id]);
537537
idx -= d_out_columns_ptr[column_id];
538538
if (in_column.size() == 0) {
539-
// If the column is empty, we push a dummy value. If won't effect training as the
539+
// If the column is empty, we push a dummy value. It won't affect training as the
540540
// column is empty, trees cannot split on it. This is just to be consistent with
541541
// rest of the library.
542542
if (idx == 0) {

0 commit comments

Comments
 (0)