From 467bcd2adee0236d92e34b8b0aefd181245dfd56 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 17 Jul 2016 21:13:38 -0400 Subject: [PATCH] Fix a typo in step-5. --- examples/step-5/step-5.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-5/step-5.cc b/examples/step-5/step-5.cc index fabe3c8f44..0751828d50 100644 --- a/examples/step-5/step-5.cc +++ b/examples/step-5/step-5.cc @@ -157,7 +157,7 @@ void Step5::setup_system () // As in the previous examples, this function is not changed much with regard // to its functionality, but there are still some optimizations which we will // show. For this, it is important to note that if efficient solvers are used -// (such as the preconditions CG method), assembling the matrix and right hand +// (such as the preconditioned CG method), assembling the matrix and right hand // side can take a comparable time, and you should think about using one or // two optimizations at some places. // -- 2.39.5