From: Wolfgang Bangerth Date: Tue, 22 Aug 2017 16:15:49 +0000 (-0600) Subject: Improve some wording. X-Git-Tag: v9.0.0-rc1~1186^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4930%2Fhead;p=dealii.git Improve some wording. --- diff --git a/examples/step-6/step-6.cc b/examples/step-6/step-6.cc index d6477d4229..ad718833f8 100644 --- a/examples/step-6/step-6.cc +++ b/examples/step-6/step-6.cc @@ -190,9 +190,9 @@ Step6::Step6 () // // To be fair, such exceptions about still used objects are not particularly // popular among programmers using deal.II, since they only tell us that -// something is wrong, namely that some other object is still using the object -// that is presently being destroyed, but most of the time not who this using -// object is. It is therefore often rather time-consuming to find out where the +// something is wrong, namely that some other object is still using the object +// that is presently being destroyed, but most of the time not which object is +// still using it. It is therefore often rather time-consuming to find out where the // problem exactly is, although it is then usually straightforward to remedy // the situation. However, we believe that the effort to find invalid // references to objects that do no longer exist is less if the problem is