Fixed typo in comment

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403832
This commit is contained in:
Davis King 2010-09-12 20:34:58 +00:00
parent b72ecc1c66
commit 9de0a49cce

View File

@ -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())