From: Arnaud Giersch Date: Wed, 19 Mar 2014 10:20:36 +0000 (+0100) Subject: Typo. X-Git-Tag: v3_11~203^2~2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/01a65e5b91b500b3659a5c52cc386bbecc77f608 Typo. --- 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 */