From: kronbichler Date: Wed, 19 Aug 2009 11:40:10 +0000 (+0000) Subject: Fix a small language problem. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=682494b4b9921ad3bac0722868b32747a86292d2;p=dealii-svn.git Fix a small language problem. git-svn-id: https://svn.dealii.org/trunk@19311 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/multithreading.h b/deal.II/doc/doxygen/headers/multithreading.h index 58a4e10f4d..9d223f2b0f 100644 --- a/deal.II/doc/doxygen/headers/multithreading.h +++ b/deal.II/doc/doxygen/headers/multithreading.h @@ -339,7 +339,7 @@ * * The TBB library primitives for this are a bit clumsy so deal.II has * wrapper routines for the most frequently used operations. The - * simplest one is akin to the what the std::transform does: it takes + * simplest one is akin to what the std::transform does: it takes * one or more ranges of input operators, one output iterator, and a * function object. A typical implementation of std::transform would * look like this: