Skip to content

Commit 56bf7f7

Browse files
committed
typo
1 parent cd9b3e6 commit 56bf7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_linalg_least_squares.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ submodule (stdlib_linalg) stdlib_linalg_least_squares
140140
allocate(x,source=b)
141141
xmat(1:n,1:nrhs) => x
142142

143-
! Singular values array (in degreasing order)
143+
! Singular values array (in decreasing order)
144144
allocate(singular(mnmin))
145145

146146
! rcond is used to determine the effective rank of A.

0 commit comments

Comments
 (0)