From: Wolfgang Bangerth Date: Thu, 5 Sep 2002 20:27:59 +0000 (+0000) Subject: Fix docs. X-Git-Tag: v8.0.0~17611 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=548967b660c4dbd7a22f7ecada4b957c718a619f;p=dealii.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 */