From 69e1a8e6495f8e265c5cc8ec625313460cbe8092 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Wed, 19 Aug 2009 11:40:10 +0000 Subject: [PATCH] Fix a small language problem. git-svn-id: https://svn.dealii.org/trunk@19311 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/multithreading.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5