aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorJanne Blomqvist <jb@gcc.gnu.org>2010-05-08 17:43:56 +0300
committerJanne Blomqvist <jb@gcc.gnu.org>2010-05-08 17:43:56 +0300
commit4a79741bd29546a3f3d3722a29a62a1a8862523c (patch)
treef84bba84cb6a6cf81c6c5178ef10c824fea72990 /libgfortran
parent68cb9e8a47ac6e40bccbfcee1088cc7e0bf9d60f (diff)
downloadgcc-4a79741bd29546a3f3d3722a29a62a1a8862523c.zip
gcc-4a79741bd29546a3f3d3722a29a62a1a8862523c.tar.gz
gcc-4a79741bd29546a3f3d3722a29a62a1a8862523c.tar.bz2
Fix typo
From-SVN: r159188
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 0a22a0c..c6153d8 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>