diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 5d6a81654bc5..36abe2a193d0 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,8 @@ +2004-06-19 Bud Davis + + PR gfortran/16080 + * io/list_read.c(set_value): fixed spelling. + 2004-06-19 Bud Davis PR gfortran/16080 diff --git a/libgfortran/io/list_read.c b/libgfortran/io/list_read.c index aa22f8ad0ff8..bcfbc83fe7b6 100644 --- a/libgfortran/io/list_read.c +++ b/libgfortran/io/list_read.c @@ -1318,7 +1318,7 @@ set_value: m = (len < saved_used) ? len : saved_used; memcpy (p, saved_string, m); } - else /* just delimeters encountered, nothing to copy but SPACE */ + else /* just delimiters encountered, nothing to copy but SPACE */ m = 0; if (m < len)