OSDN Git Service

Fix ChangeLog.
authorjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Oct 2008 04:09:19 +0000 (04:09 +0000)
committerjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Oct 2008 04:09:19 +0000 (04:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140996 138bc75d-0d04-0410-961f-82ee72b054a4

libgfortran/ChangeLog

index 4e11595..7905b4c 100644 (file)
@@ -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>