From 9b110be230335f0b0bc3cf676b42f0280225a784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20B=C3=ADlka?= Date: Sun, 21 Jul 2013 19:57:23 +0200 Subject: trans-decl.c: Fix comment typos. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2013-07-21 Ondřej Bílka * trans-decl.c: Fix comment typos. * trans-expr.c: Ditto. 2013-07-21 Ondřej Bílka * io/transfer.c: Fix comment typos. From-SVN: r201107 --- libgfortran/io/transfer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libgfortran/io') diff --git a/libgfortran/io/transfer.c b/libgfortran/io/transfer.c index 52b1da6..0b1540c 100644 --- a/libgfortran/io/transfer.c +++ b/libgfortran/io/transfer.c @@ -233,7 +233,7 @@ read_sf_internal (st_parameter_dt *dtp, int * length) { *length = 0; /* Just return something that isn't a NULL pointer, otherwise the - caller thinks an error occured. */ + caller thinks an error occurred. */ return (char*) empty_string; } @@ -292,7 +292,7 @@ read_sf (st_parameter_dt *dtp, int * length) { *length = 0; /* Just return something that isn't a NULL pointer, otherwise the - caller thinks an error occured. */ + caller thinks an error occurred. */ return (char*) empty_string; } @@ -512,7 +512,7 @@ read_block_form4 (st_parameter_dt *dtp, int * nbytes) { *nbytes = 0; /* Just return something that isn't a NULL pointer, otherwise the - caller thinks an error occured. */ + caller thinks an error occurred. */ return empty_string; } -- cgit v1.1