From: bangerth Date: Tue, 27 Nov 2012 03:54:03 +0000 (+0000) Subject: Fix grammar. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21c25af1fb189c51a2fe71456aba7f30122a84d1;p=dealii-svn.git Fix grammar. git-svn-id: https://svn.dealii.org/trunk@27694 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/parallel.h b/deal.II/doc/doxygen/headers/parallel.h index b61f9f58ea..83334380cc 100644 --- a/deal.II/doc/doxygen/headers/parallel.h +++ b/deal.II/doc/doxygen/headers/parallel.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2009 by the deal.II authors +// Copyright (C) 2009, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -14,7 +14,7 @@ /** * @defgroup Parallel Parallel computing * - * @brief A module discussing the use of multiple processor. + * @brief A module discussing the use of multiple processors. * * This module contains information on %parallel computing. It is * subdivided into parts on @ref threads and on @ref distributed.