Skip to content

Commit 0573b36

Browse files
committed
fix(spelling): Correct spelling mistakes
1 parent aca202b commit 0573b36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/performance/linpack_double/linpack_double.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ int dgefa(floating_point_t a[], int lda, int n, int ipvt[])
527527
Parameters:
528528
529529
Input/output, floating_point_t A[LDA*N].
530-
On intput, the matrix to be factored.
530+
On input, the matrix to be factored.
531531
On output, an upper triangular matrix and the multipliers used to obtain
532532
it. The factorization can be written A=L*U, where L is a product of
533533
permutation and unit lower triangular matrices, and U is upper triangular.

tests/performance/linpack_float/linpack_float.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ int dgefa(floating_point_t a[], int lda, int n, int ipvt[])
527527
Parameters:
528528
529529
Input/output, floating_point_t A[LDA*N].
530-
On intput, the matrix to be factored.
530+
On input, the matrix to be factored.
531531
On output, an upper triangular matrix and the multipliers used to obtain
532532
it. The factorization can be written A=L*U, where L is a product of
533533
permutation and unit lower triangular matrices, and U is upper triangular.

0 commit comments

Comments
 (0)