From: Timo Heister <timo.heister@gmail.com>
Date: Wed, 29 Jul 2020 14:29:09 +0000 (-0400)
Subject: delete a word in step-47
X-Git-Tag: v9.3.0-rc1~1243^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10759%2Fhead;p=dealii.git

delete a word in step-47
---

diff --git a/examples/step-47/step-47.cc b/examples/step-47/step-47.cc
index 42d1b2754c..a37518416e 100644
--- a/examples/step-47/step-47.cc
+++ b/examples/step-47/step-47.cc
@@ -380,7 +380,7 @@ namespace Step47
     // We use the same technique as used in the assembly of step-22
     // to accelerate the function: Instead of calling
     // `fe_values.shape_hessian(i, qpoint)` in the innermost loop,
-    // we instead create a variable `hessian_i` that evaluates this
+    // we create a variable `hessian_i` that evaluates this
     // value once in the loop over `i` and re-use the so-evaluated
     // value in the loop over `j`. For symmetry, we do the same with a
     // variable `hessian_j`, although it is indeed only used once and