From dcf234382b4db55b7a3acb7032ebeb1ba060ad7a Mon Sep 17 00:00:00 2001 From: Daniel Garcia-Sanchez Date: Mon, 9 Sep 2019 23:22:54 +0200 Subject: [PATCH] Fix typo --- examples/step-50/step-50.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-50/step-50.cc b/examples/step-50/step-50.cc index 19c3234966..5b78c88556 100644 --- a/examples/step-50/step-50.cc +++ b/examples/step-50/step-50.cc @@ -18,7 +18,7 @@ */ -// @note: This a work in progress example of parallel geometric +// @note This is a work in progress example of parallel geometric // multigrid. Some parts are still in heavy development. // This program is a parallel version of step-16 with a slightly different -- 2.39.5