From 6b2a24755d1092858f3c06c973bc0e0f61141e75 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 19 Sep 2019 07:14:47 -0600 Subject: [PATCH] Fix a typo. --- source/base/mpi.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5