From: Wolfgang Bangerth Date: Thu, 6 Aug 2015 01:16:31 +0000 (-0500) Subject: Fix erroneous wrap of compound word. X-Git-Tag: v8.4.0-rc2~665^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1271%2Fhead;p=dealii.git Fix erroneous wrap of compound word. --- diff --git a/include/deal.II/base/subscriptor.h b/include/deal.II/base/subscriptor.h index 11a151c1e4..2050f2e871 100644 --- a/include/deal.II/base/subscriptor.h +++ b/include/deal.II/base/subscriptor.h @@ -177,8 +177,8 @@ private: * constant objects also. * * In multithreaded mode, this counter may be modified by different threads. - * We thus have to mark it volatile. However, this is counter- - * productive in non-MT mode since it may pessimize code. So use the macro + * We thus have to mark it volatile. However, this is + * counter-productive in non-MT mode since it may pessimize code. So use the macro * defined in deal.II/base/config.h to selectively add volatility. */ mutable DEAL_VOLATILE unsigned int counter;