From 22876cd6b6d6920f04ed880e41516299e6e5f90d Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 5 Sep 2002 20:27:59 +0000 Subject: [PATCH] Fix docs. git-svn-id: https://svn.dealii.org/trunk@6367 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/thread_management.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/base/include/base/thread_management.h b/deal.II/base/include/base/thread_management.h index 31eb3d17b0..37de73f7dd 100644 --- a/deal.II/base/include/base/thread_management.h +++ b/deal.II/base/include/base/thread_management.h @@ -250,11 +250,11 @@ namespace Threads * configuration detected the * absence of these functions, then * barriers will not be available, - * and using this class will result - * in an exception been thrown. The - * rest of the threading - * functionality will be available, - * though. + * and creating objects of this + * class will result in an + * exception been thrown. The rest + * of the threading functionality + * will be available, though. * * @author Wolfgang Bangerth, 2002 */ -- 2.39.5