]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fortran: fix simple typo in libgfortran
authorYuao Ma <c8ef@outlook.com>
Sat, 10 May 2025 17:04:12 +0000 (19:04 +0200)
committerTobias Burnus <tburnus@baylibre.com>
Sat, 10 May 2025 17:04:12 +0000 (19:04 +0200)
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 <c8ef@outlook.com>
libgfortran/io/read.c

index a8a6a69f20ac6e019f3771fdb430c1b3f860a335..e34d31b02e907f402a9314bf2f0c9095ae47f358 100644 (file)
@@ -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)
     {