ChangeLog: Fix typo in date and ommitted PR number.
authorThomas Koenig <tkoenig@gcc.gnu.org>
Mon, 24 Jul 2017 10:48:57 +0000 (10:48 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Mon, 24 Jul 2017 10:48:57 +0000 (10:48 +0000)
2017-07-24  Thomas Koenig  <tkoenig@gcc.gnu.org>

* ChangeLog: Fix typo in date and ommitted PR number.

From-SVN: r250474

libgfortran/ChangeLog

index d29f4f46100d31e75e1cb9ad63834745aee95c37..5d145d097949ba3049ceb07eea8eb30bdf8b73a9 100644 (file)
@@ -1,9 +1,10 @@
 2017-07-24  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
+       PR fortran/80365
        * io/unix.c (buf_write):  Return early if there is
        nothing to write.
 
-2017-06-09  Thomas Koenig  <tkoenig@gcc.gnu.org>
+2017-07-09  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        * intrinsics/eoshift2.c (eoshift2):  Use memcpy
        for innermost copy where possible.