From 01a65e5b91b500b3659a5c52cc386bbecc77f608 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 19 Mar 2014 11:20:36 +0100 Subject: [PATCH] Typo. --- src/smpi/smpi_f77.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smpi/smpi_f77.c b/src/smpi/smpi_f77.c index aa9af8c26e..95c40d7209 100644 --- a/src/smpi/smpi_f77.c +++ b/src/smpi/smpi_f77.c @@ -28,7 +28,7 @@ union u_smpi_common { integer _MPI_STATUS_IGNORE; integer _MPI_STATUSES_IGNORE; } *f77; /* with f2c, remains NULL with gfortran */ - struct s_smpi_common f90; /* with gftortran */ + struct s_smpi_common f90; /* with gfortran */ } smpi_ = { NULL }; /* Convert between Fortran and C */ -- 2.20.1