Commit 9de0a49c authored by Davis King's avatar Davis King

Fixed typo in comment

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403832
parent b72ecc1c
...@@ -281,7 +281,7 @@ namespace dlib ...@@ -281,7 +281,7 @@ namespace dlib
); );
// Check if it is singular and if it is just return 0. // Check if it is singular and if it is just return 0.
// We ant to do this because a prod() operation can easily // We want to do this because a prod() operation can easily
// overcome a single diagonal element that is effectively 0 when // overcome a single diagonal element that is effectively 0 when
// LU is a big enough matrix. // LU is a big enough matrix.
if (is_singular()) if (is_singular())
......
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