From: Wolfgang Bangerth Date: Thu, 19 Sep 2019 13:14:47 +0000 (-0600) Subject: Fix a typo. X-Git-Tag: v9.2.0-rc1~1075^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b2a24755d1092858f3c06c973bc0e0f61141e75;p=dealii.git Fix a typo. --- diff --git a/source/base/mpi.cc b/source/base/mpi.cc index ee579acec4..7329a5f4ad 100644 --- a/source/base/mpi.cc +++ b/source/base/mpi.cc @@ -642,7 +642,7 @@ namespace Utilities #ifdef DEAL_II_WITH_MPI // we need to figure out how many MPI processes there are on the // current node, as well as how many CPU cores we have. for the - // first task, check what get_hostname() returns and then to an + // first task, check what get_hostname() returns and then do an // allgather so each processor gets the answer // // in calculating the length of the string, don't forget the