Skip to content

Commit 43d6552

Browse files
loiseaujcperazz
andauthored
Update src/stdlib_linalg.fypp
Co-authored-by: Federico Perini <[email protected]>
1 parent 05ae3f6 commit 43d6552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_linalg.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ module stdlib_linalg
626626
integer(ilp), intent(out) :: pivots(:)
627627
!> [optional] Can A data be overwritten and destroyed?
628628
logical(lk), optional, intent(in) :: overwrite_a
629-
!> [optional] Provide pre-allocated workspace, size to be checked with pivoting_qr_space.
629+
!> [optional] Provide pre-allocated workspace, size to be checked with qr_space.
630630
${rt}$, intent(out), optional, target :: storage(:)
631631
!> [optional] state return flag. On error if not requested, the code will stop.
632632
type(linalg_state_type), optional, intent(out) :: err

0 commit comments

Comments
 (0)