Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnonaka committed Dec 3, 2024
1 parent cf77f95 commit 6b9243e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/LinearSolvers/AMReX_GMRES.H
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ namespace amrex {
*
* - `void precond(V& lhs, V const& rhs)`\n
* applies right-preconditioning, i.e.,
* solve P(lhs) = rhs, where P is an approximateion to A
* solve P(lhs) = rhs, where P is an approximation to A
* If there is no preconditioner, P = I and thus this function should do lhs = rhs.
*
* - `void scale(V& v, RT fac)`\n
Expand Down

0 comments on commit 6b9243e

Please sign in to comment.