From 4d4f0164716c941615c95ff83f9420bd52e08908 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 12 Jan 2007 11:38:11 +1100 Subject: [PATCH] Typo fix. From-SVN: r120699 --- libiberty/ChangeLog | 4 ++-- 1 file 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 - * 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