From 88742a1b940b92a3149fdcfb5ddd81db5ed47c54 Mon Sep 17 00:00:00 2001
From: Yuao Ma <c8ef@outlook.com>
Date: Sat, 10 May 2025 16:53:00 +0800
Subject: [PATCH] Fix simple typo in libgfortran

libgfortran/ChangeLog:

	* io/read.c: typo fix, explict -> explicit
---
 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 a8a6a69f2..e34d31b02 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)
     {
-- 
2.43.0

