minor typo

This commit is contained in:
andy
2009-01-13 17:45:05 +00:00
parent be789cf9a3
commit 95010f7b47

View File

@ -198,7 +198,7 @@ public:
//- Solver class returned by the solver function //- Solver class returned by the solver function
// used for systems in which it is useful to cache the solver for reuse // used for systems in which it is useful to cache the solver for reuse
// e.g. is the solver is potentialy expensive to construct (AMG) and can // e.g. if the solver is potentialy expensive to construct (AMG) and can
// be used several times (PISO) // be used several times (PISO)
class fvSolver class fvSolver
{ {