diff --git a/src/Microsoft.ML.Core/Utilities/BinFinder.cs b/src/Microsoft.ML.Core/Utilities/BinFinder.cs index ed4265f356..b5b3adc699 100644 --- a/src/Microsoft.ML.Core/Utilities/BinFinder.cs +++ b/src/Microsoft.ML.Core/Utilities/BinFinder.cs @@ -555,7 +555,7 @@ internal sealed class DynamicBinFinder : BinFinderBase // the energy for (row, col), we only use energies for (row-1, colPrev) where colPrev <= col. // Thus a single row of values is sufficient. // REVIEW: Consider storing energies in reverse order to match the common access pattern. - // REVEIW: What should we use for the energy type? + // REVIEW: What should we use for the energy type? private EnergyType[] _energies; private EnergyType[] _energiesBest;