https://gcc.gnu.org/g:5d9e66493afaa9b0450f03b53f0cb99afb411816

commit r16-515-g5d9e66493afaa9b0450f03b53f0cb99afb411816
Author: Yuao Ma <c...@outlook.com>
Date:   Sat May 10 19:04:12 2025 +0200

    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 <c...@outlook.com>

Diff:
---
 libgfortran/io/read.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libgfortran/io/read.c b/libgfortran/io/read.c
index a8a6a69f20ac..e34d31b02e90 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)
     {

Reply via email to