From: Yuao Ma Date: Sat, 10 May 2025 17:04:12 +0000 (+0200) Subject: fortran: fix simple typo in libgfortran X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d9e66493afaa9b0450f03b53f0cb99afb411816;p=thirdparty%2Fgcc.git fortran: fix simple typo in libgfortran This patch fix a simple typo in the comment of libgfortran. No user facing change here. libgfortran/ChangeLog: * io/read.c (read_f): Comment typo, explict -> explicit. Signed-off-by: Yuao Ma --- diff --git a/libgfortran/io/read.c b/libgfortran/io/read.c index a8a6a69f20a..e34d31b02e9 100644 --- a/libgfortran/io/read.c +++ b/libgfortran/io/read.c @@ -1375,7 +1375,7 @@ exponent: /* At this point a digit string is required. We calculate the value of the exponent in order to take account of the scale factor and - the d parameter before explict conversion takes place. */ + the d parameter before explicit conversion takes place. */ if (w == 0) {