From: jb Date: Sat, 8 May 2010 14:43:56 +0000 (+0000) Subject: Fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c9c4049905cac841d843e59c4078487f6dca097;p=thirdparty%2Fgcc.git Fix typo git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159188 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 0a22a0c0df88..c6153d8490a7 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -42,7 +42,7 @@ PR/43844 * io/unix.c (raw_truncate): Explicit cast from integer-scalar to pointer. - (empfile): Use for mingw GetTempPath and avoid double slash + (tempfile): Use for mingw GetTempPath and avoid double slash for path. 2010-04-24 Kai Tietz