From: wolf Date: Thu, 5 Sep 2002 20:27:59 +0000 (+0000) Subject: Fix docs. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22876cd6b6d6920f04ed880e41516299e6e5f90d;p=dealii-svn.git Fix docs. git-svn-id: https://svn.dealii.org/trunk@6367 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 */