From: Wolfgang Bangerth Date: Thu, 16 Mar 2006 16:32:44 +0000 (+0000) Subject: Add missing tick. X-Git-Tag: v8.0.0~12070 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02a44a42085426fbeb2414d9b93b76ee51a4e976;p=dealii.git Add missing tick. git-svn-id: https://svn.dealii.org/trunk@12628 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-13/step-13.cc b/deal.II/examples/step-13/step-13.cc index 78b5705a06..4210f3a6d6 100644 --- a/deal.II/examples/step-13/step-13.cc +++ b/deal.II/examples/step-13/step-13.cc @@ -1287,7 +1287,7 @@ namespace LaplaceSolver // overwriting their // respective // work. Previously, we have - // used the `acquire'' and + // used the ``acquire'' and // ``release'' functions of // the mutex to lock and // unlock the mutex,