From: Wolfgang Bangerth Date: Mon, 5 Jan 2015 15:01:45 +0000 (-0600) Subject: Fix a typo. X-Git-Tag: v8.3.0-rc1~563^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=156abe7ae6ec8647e11095f096bbf3c3cc4ddc2f;p=dealii.git Fix a typo. --- diff --git a/include/deal.II/base/mpi.h b/include/deal.II/base/mpi.h index 8c21bba6f0..e48796095a 100644 --- a/include/deal.II/base/mpi.h +++ b/include/deal.II/base/mpi.h @@ -279,7 +279,7 @@ namespace Utilities * main. * @param[in] max_num_threads The maximal number of threads this MPI * process should utilize. If this argument is set to - * numbers::invalid_unsigned_int, the number of threads is determined by + * numbers::invalid_unsigned_int, the number of threads is determined * automatically in the following way: the number of threads to run on * this MPI process is set in such a way that all of the cores in your * node are spoken for. In other words, if you have started one MPI