diff options
author | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-08 14:43:56 +0000 |
---|---|---|
committer | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-08 14:43:56 +0000 |
commit | 2c9c4049905cac841d843e59c4078487f6dca097 (patch) | |
tree | f84bba84cb6a6cf81c6c5178ef10c824fea72990 /libgfortran | |
parent | a83432d34caaa8f73cd87b9d1694b23cb0368dfe (diff) | |
download | gcc-2c9c4049905cac841d843e59c4078487f6dca097.tar.gz |
Fix typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159188 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran')
-rw-r--r-- | libgfortran/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 0a22a0c0df8..c6153d8490a 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 <kai.tietz@onevision.com> |