Fixed spelling error in comment.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403517
This commit is contained in:
Davis King 2010-03-01 04:12:05 +00:00
parent ad8fb3ff64
commit 45627a40ba

View File

@ -349,7 +349,7 @@ namespace dlib
const scalar_type mu = 0.1;
// Make sure we always take a little bit of a step twoards w regardless of what the
// Make sure we always take a little bit of a step towards w regardless of what the
// line search says to do. We do this since it is possible that some steps won't
// advance the best_so_far point. So this ensures we always make some progress each
// iteration.