Skip to content

Commit 7b2a3b7

Browse files
committed
Misc. typos
Found via `codespell -q 3 -L als,copys,ded,dum,fastr,ist,ith,nd,noe,numer,wit`
1 parent 6d7a68a commit 7b2a3b7

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

SRC/clahqr.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
*>
154154
*> If INFO > 0 and WANTT is .TRUE., then on exit
155155
*> (*) (initial value of H)*U = U*(final value of H)
156-
*> where U is an orthognal matrix. The final
156+
*> where U is an orthogonal matrix. The final
157157
*> value of H is upper Hessenberg and triangular in
158158
*> rows and columns INFO+1 through IHI.
159159
*>

SRC/ctgsy2.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
*> R * B**H + L * E**H = scale * -F
6868
*>
6969
*> This case is used to compute an estimate of Dif[(A, D), (B, E)] =
70-
*> = sigma_min(Z) using reverse communicaton with CLACON.
70+
*> = sigma_min(Z) using reverse communication with CLACON.
7171
*>
7272
*> CTGSY2 also (IJOB >= 1) contributes to the computation in CTGSYL
7373
*> of an upper bound on the separation between to matrix pairs. Then

SRC/dlahqr.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
*>
166166
*> If INFO > 0 and WANTT is .TRUE., then on exit
167167
*> (*) (initial value of H)*U = U*(final value of H)
168-
*> where U is an orthognal matrix. The final
168+
*> where U is an orthogonal matrix. The final
169169
*> value of H is upper Hessenberg and triangular in
170170
*> rows and columns INFO+1 through IHI.
171171
*>

SRC/dtgsy2.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
*> R * B**T + L * E**T = scale * -F
7272
*>
7373
*> This case is used to compute an estimate of Dif[(A, D), (B, E)] =
74-
*> sigma_min(Z) using reverse communicaton with DLACON.
74+
*> sigma_min(Z) using reverse communication with DLACON.
7575
*>
7676
*> DTGSY2 also (IJOB >= 1) contributes to the computation in DTGSYL
7777
*> of an upper bound on the separation between to matrix pairs. Then

SRC/slahqr.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
*>
166166
*> If INFO > 0 and WANTT is .TRUE., then on exit
167167
*> (*) (initial value of H)*U = U*(final value of H)
168-
*> where U is an orthognal matrix. The final
168+
*> where U is an orthogonal matrix. The final
169169
*> value of H is upper Hessenberg and triangular in
170170
*> rows and columns INFO+1 through IHI.
171171
*>

SRC/stgsy2.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
*> R * B**T + L * E**T = scale * -F
7272
*>
7373
*> This case is used to compute an estimate of Dif[(A, D), (B, E)] =
74-
*> sigma_min(Z) using reverse communicaton with SLACON.
74+
*> sigma_min(Z) using reverse communication with SLACON.
7575
*>
7676
*> STGSY2 also (IJOB >= 1) contributes to the computation in STGSYL
7777
*> of an upper bound on the separation between to matrix pairs. Then

SRC/zlahqr.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
*>
154154
*> If INFO > 0 and WANTT is .TRUE., then on exit
155155
*> (*) (initial value of H)*U = U*(final value of H)
156-
*> where U is an orthognal matrix. The final
156+
*> where U is an orthogonal matrix. The final
157157
*> value of H is upper Hessenberg and triangular in
158158
*> rows and columns INFO+1 through IHI.
159159
*>

SRC/ztgsy2.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
*> R * B**H + L * E**H = scale * -F
6868
*>
6969
*> This case is used to compute an estimate of Dif[(A, D), (B, E)] =
70-
*> = sigma_min(Z) using reverse communicaton with ZLACON.
70+
*> = sigma_min(Z) using reverse communication with ZLACON.
7171
*>
7272
*> ZTGSY2 also (IJOB >= 1) contributes to the computation in ZTGSYL
7373
*> of an upper bound on the separation between to matrix pairs. Then

lapack_build.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ endif()
169169
# dashboard then set this variable to the directory
170170
# the dashboard should be in
171171
make_directory("${CTEST_DASHBOARD_ROOT}")
172-
# these are the the name of the source and binary directory on disk.
172+
# these are the names of the source and binary directory on disk.
173173
# They will be appended to DASHBOARD_ROOT
174174
set(CTEST_SOURCE_DIRECTORY "${CTEST_DASHBOARD_ROOT}/${CTEST_DIR_NAME}")
175175
set(CTEST_BINARY_DIRECTORY "${CTEST_SOURCE_DIRECTORY}-${CTEST_BUILD_NAME}")

0 commit comments

Comments
 (0)