"tests/vscode:/vscode.git/clone" did not exist on "a36d0841b59af1003621e3b72560ca06e33fc23f"
Commit 5faadcbf authored by Davis King's avatar Davis King
Browse files

Fixed grammar in a comment.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403931
parent 0ec7feb2
......@@ -129,7 +129,7 @@ namespace dlib
// now compute the actual cholesky decomposition
int info = lapack::potrf('L', L_);
// check if its really SPD
// check if it's really SPD
if (info == 0 && is_symmetric && min(abs(diag(L_))) > eps*100)
isspd = true;
else
......
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