From 1cdfcee9ad4c9348a7c9bef1f47916aaa69e38c8 Mon Sep 17 00:00:00 2001 From: burnus Date: Sun, 21 Jul 2013 17:57:23 +0000 Subject: =?UTF-8?q?2013-07-21=20=20=20Ond=C5=99ej=20B=C3=ADlka=20=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * trans-decl.c: Fix comment typos. * trans-expr.c: Ditto. 2013-07-21 Ondřej Bílka * io/transfer.c: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201107 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgfortran/ChangeLog | 4 ++++ libgfortran/io/transfer.c | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'libgfortran') diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index e5f7eb7fdb2..0a035ebb238 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,7 @@ +2013-07-21 Ondřej Bílka + + * io/transfer.c: Fix comment typos. + 2013-07-21 Tobias Burnus PR fortran/35862 diff --git a/libgfortran/io/transfer.c b/libgfortran/io/transfer.c index 52b1da6330a..0b1540ce2af 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.2.1