From 9a5f5aef91d48eed479d8f2f082e229f597e4cb5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 22 Aug 2017 10:15:49 -0600 Subject: [PATCH] Improve some wording. --- examples/step-6/step-6.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5