Fixed spelling error in comment

This commit is contained in:
Davis King 2016-09-30 23:09:03 -04:00
parent 4a9cccb4d4
commit 05bbe4f4bb

View File

@ -108,7 +108,7 @@ int main(int argc, char** argv)
trainer.set_nu(0.05);
trainer.set_tree_depth(2);
// some parts of training process can be parellelized.
// some parts of training process can be parallelized.
// Trainer will use this count of threads when possible
trainer.set_num_threads(2);