diff options
author | Ben Elliston <bje@gcc.gnu.org> | 2007-01-12 11:38:11 +1100 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2007-01-12 11:38:11 +1100 |
commit | 4d4f0164716c941615c95ff83f9420bd52e08908 (patch) | |
tree | cec341a002f93c68dc10226ffcc208c5f826cdb3 /libiberty/ChangeLog | |
parent | 7d37bf39d0c618b44e4d48746d40a0eecb3fbfc0 (diff) | |
download | gcc-4d4f0164716c941615c95ff83f9420bd52e08908.zip gcc-4d4f0164716c941615c95ff83f9420bd52e08908.tar.gz gcc-4d4f0164716c941615c95ff83f9420bd52e08908.tar.bz2 |
Typo fix.
From-SVN: r120699
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index adffeda..80f1cfc 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,7 +1,7 @@ 2007-01-12 Ben Elliston <bje@au.ibm.com> - * choose-temp.c (choose_temp_base): Check the result of call to - mktemp rather than testing the length of the modified string. + * choose-temp.c (choose_temp_base): Check the result of the call + to mktemp rather than testing the length of the modified string. 2006-12-20 Geoffrey Keating <geoffk@apple.com> |