From 0647371963cd31f4d15dbfa89a41246c7eb7f47f Mon Sep 17 00:00:00 2001 From: Lei Qiao Date: Mon, 13 Apr 2015 09:14:25 -0500 Subject: [PATCH] fix textual error. --- examples/step-40/step-40.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/step-40/step-40.cc b/examples/step-40/step-40.cc index 1d57447e9c..15ed3db10b 100644 --- a/examples/step-40/step-40.cc +++ b/examples/step-40/step-40.cc @@ -420,8 +420,8 @@ namespace Step40 } // Notice that the assembling above is just a local operation. So, to - // fomulate the "global" linear system, a synchronization between all - // processors is needed. This could be done by invoke the function + // form the "global" linear system, a synchronization between all + // processors is needed. This could be done by invoking the function // compress(). See @ref GlossCompress "Compressing distributed objects" // for more information on what is compress() designed to do. system_matrix.compress (VectorOperation::add); -- 2.39.5