diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-12 00:38:11 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-12 00:38:11 +0000 |
commit | 1d9abfa2595315c45e133a188a82840a0d8f1211 (patch) | |
tree | cec341a002f93c68dc10226ffcc208c5f826cdb3 /libiberty | |
parent | 4012b9abd1c659ae16a3db8a9d244409572ca278 (diff) | |
download | gcc-1d9abfa2595315c45e133a188a82840a0d8f1211.tar.gz |
Typo fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120699 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index adffedafa48..80f1cfc3d3e 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> |