Skip to content
Snippets Groups Projects
Commit 97e1f412 authored by bdavis's avatar bdavis
Browse files

2004-06-19 Bud Davis <bdavis9659@comcast.net>

        PR gfortran/16080
        * io/list_read.c(set_value): fixed spelling.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83389 138bc75d-0d04-0410-961f-82ee72b054a4
parent 9beaf540
No related branches found
No related tags found
No related merge requests found
2004-06-19 Bud Davis <bdavis9659@comcast.net>
PR gfortran/16080
* io/list_read.c(set_value): fixed spelling.
2004-06-19 Bud Davis <bdavis9659@comcast.net>
PR gfortran/16080
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment