aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2008-10-09 04:09:19 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2008-10-09 04:09:19 +0000
commitaf43ff01e1a73b4932fadc31567b2e19bc3f95ef (patch)
tree13d95c47cdfb7367cc46ee1cdb5bae5f8532d285 /libgfortran
parent22a60093505c0c899e50b347d0e6c86a28c16571 (diff)
downloadgcc-af43ff01e1a73b4932fadc31567b2e19bc3f95ef.zip
gcc-af43ff01e1a73b4932fadc31567b2e19bc3f95ef.tar.gz
gcc-af43ff01e1a73b4932fadc31567b2e19bc3f95ef.tar.bz2
Fix ChangeLog.
From-SVN: r140996
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 4e11595..7905b4c 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,8 +1,8 @@
2008-10-08 Jerry DeLisle <jvdelisle@gcc.gnu.org
PR libfortran/37707
- * io/list_read.c (nml_get_obj_data): If the first namelist object rank is
- greater than zero, call nml_object_read with the first object rather
+ * io/list_read.c (nml_get_obj_data): If the first namelist object rank
+ is greater than zero, call nml_object_read with the first object rather
than the sub-object.
2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>