From 02a44a42085426fbeb2414d9b93b76ee51a4e976 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 16 Mar 2006 16:32:44 +0000 Subject: [PATCH] Add missing tick. git-svn-id: https://svn.dealii.org/trunk@12628 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-13/step-13.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5