Commit a946ce35 authored by Davis King's avatar Davis King

Fixed spelling error in comment.

parent 29d7a75a
...@@ -595,7 +595,7 @@ namespace dlib ...@@ -595,7 +595,7 @@ namespace dlib
if (active_size == index.size()) if (active_size == index.size())
break; break;
// Turn of shrinking on the next iteration. We will stop if the // Turn off shrinking on the next iteration. We will stop if the
// tolerance is still <= eps when shrinking is off. // tolerance is still <= eps when shrinking is off.
active_size = index.size(); active_size = index.size();
PG_max_prev = std::numeric_limits<scalar_type>::infinity(); PG_max_prev = std::numeric_limits<scalar_type>::infinity();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment