Commit ce814ad6 authored by Davis King's avatar Davis King

Fixed grammar in comment.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403265
parent 1619f921
...@@ -545,7 +545,7 @@ namespace dlib ...@@ -545,7 +545,7 @@ namespace dlib
{ {
// check if the minimum is butting up against the bounds and if so then pick // check if the minimum is butting up against the bounds and if so then pick
// a point between p1 and p2 in the hopes that shrinking the interval will // a point between p1 and p2 in the hopes that shrinking the interval will
// be a good things to do. // be a good thing to do.
if (p1 == begin) if (p1 == begin)
{ {
p3 = p2; p3 = p2;
...@@ -575,7 +575,7 @@ namespace dlib ...@@ -575,7 +575,7 @@ namespace dlib
{ {
// check if the minimum is butting up against the bounds and if so then pick // check if the minimum is butting up against the bounds and if so then pick
// a point between p2 and p3 in the hopes that shrinking the interval will // a point between p2 and p3 in the hopes that shrinking the interval will
// be a good things to do. // be a good thing to do.
if (p3 == end) if (p3 == end)
{ {
p1 = p2; p1 = p2;
......
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