Skip to content

Commit

Permalink
Misc. typos
Browse files Browse the repository at this point in the history
Found via `codespell -q 3 -L als,copys,ded,dum,fastr,ist,ith,nd,noe,numer,wit`
  • Loading branch information
luzpaz committed Feb 5, 2019
1 parent 6d7a68a commit 7b2a3b7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion SRC/clahqr.f
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
*>
*> If INFO > 0 and WANTT is .TRUE., then on exit
*> (*) (initial value of H)*U = U*(final value of H)
*> where U is an orthognal matrix. The final
*> where U is an orthogonal matrix. The final
*> value of H is upper Hessenberg and triangular in
*> rows and columns INFO+1 through IHI.
*>
Expand Down
2 changes: 1 addition & 1 deletion SRC/ctgsy2.f
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
*> R * B**H + L * E**H = scale * -F
*>
*> This case is used to compute an estimate of Dif[(A, D), (B, E)] =
*> = sigma_min(Z) using reverse communicaton with CLACON.
*> = sigma_min(Z) using reverse communication with CLACON.
*>
*> CTGSY2 also (IJOB >= 1) contributes to the computation in CTGSYL
*> of an upper bound on the separation between to matrix pairs. Then
Expand Down
2 changes: 1 addition & 1 deletion SRC/dlahqr.f
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
*>
*> If INFO > 0 and WANTT is .TRUE., then on exit
*> (*) (initial value of H)*U = U*(final value of H)
*> where U is an orthognal matrix. The final
*> where U is an orthogonal matrix. The final
*> value of H is upper Hessenberg and triangular in
*> rows and columns INFO+1 through IHI.
*>
Expand Down
2 changes: 1 addition & 1 deletion SRC/dtgsy2.f
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
*> R * B**T + L * E**T = scale * -F
*>
*> This case is used to compute an estimate of Dif[(A, D), (B, E)] =
*> sigma_min(Z) using reverse communicaton with DLACON.
*> sigma_min(Z) using reverse communication with DLACON.
*>
*> DTGSY2 also (IJOB >= 1) contributes to the computation in DTGSYL
*> of an upper bound on the separation between to matrix pairs. Then
Expand Down
2 changes: 1 addition & 1 deletion SRC/slahqr.f
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
*>
*> If INFO > 0 and WANTT is .TRUE., then on exit
*> (*) (initial value of H)*U = U*(final value of H)
*> where U is an orthognal matrix. The final
*> where U is an orthogonal matrix. The final
*> value of H is upper Hessenberg and triangular in
*> rows and columns INFO+1 through IHI.
*>
Expand Down
2 changes: 1 addition & 1 deletion SRC/stgsy2.f
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
*> R * B**T + L * E**T = scale * -F
*>
*> This case is used to compute an estimate of Dif[(A, D), (B, E)] =
*> sigma_min(Z) using reverse communicaton with SLACON.
*> sigma_min(Z) using reverse communication with SLACON.
*>
*> STGSY2 also (IJOB >= 1) contributes to the computation in STGSYL
*> of an upper bound on the separation between to matrix pairs. Then
Expand Down
2 changes: 1 addition & 1 deletion SRC/zlahqr.f
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
*>
*> If INFO > 0 and WANTT is .TRUE., then on exit
*> (*) (initial value of H)*U = U*(final value of H)
*> where U is an orthognal matrix. The final
*> where U is an orthogonal matrix. The final
*> value of H is upper Hessenberg and triangular in
*> rows and columns INFO+1 through IHI.
*>
Expand Down
2 changes: 1 addition & 1 deletion SRC/ztgsy2.f
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
*> R * B**H + L * E**H = scale * -F
*>
*> This case is used to compute an estimate of Dif[(A, D), (B, E)] =
*> = sigma_min(Z) using reverse communicaton with ZLACON.
*> = sigma_min(Z) using reverse communication with ZLACON.
*>
*> ZTGSY2 also (IJOB >= 1) contributes to the computation in ZTGSYL
*> of an upper bound on the separation between to matrix pairs. Then
Expand Down
2 changes: 1 addition & 1 deletion lapack_build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ endif()
# dashboard then set this variable to the directory
# the dashboard should be in
make_directory("${CTEST_DASHBOARD_ROOT}")
# these are the the name of the source and binary directory on disk.
# these are the names of the source and binary directory on disk.
# They will be appended to DASHBOARD_ROOT
set(CTEST_SOURCE_DIRECTORY "${CTEST_DASHBOARD_ROOT}/${CTEST_DIR_NAME}")
set(CTEST_BINARY_DIRECTORY "${CTEST_SOURCE_DIRECTORY}-${CTEST_BUILD_NAME}")
Expand Down

0 comments on commit 7b2a3b7

Please sign in to comment.