From c6d1a0a64586f72a889d86940a592d5fe8e64fd7 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 7 Jun 2010 20:59:21 +0000 Subject: [PATCH] Fix grammar problem. git-svn-id: https://svn.dealii.org/trunk@21167 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 895fee0116..e29088162b 100644 --- a/deal.II/doc/doxygen/headers/multithreading.h +++ b/deal.II/doc/doxygen/headers/multithreading.h @@ -12,7 +12,7 @@ //------------------------------------------------------------------------- /** - * @defgroup threads Parallel computing with multiple processors accessing the shared memory + * @defgroup threads Parallel computing with multiple processors accessing shared memory * @ingroup Parallel * * @brief A module discussing the use of parallelism on shared memory -- 2.39.5