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>
/* 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)
{