From: Jim Meyering Date: Thu, 19 Oct 2006 08:49:30 +0000 (+0000) Subject: typo X-Git-Tag: COREUTILS-6_4~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14f131ea5792e8e9675e0320c5f828c7aabcf6cd;p=thirdparty%2Fcoreutils.git typo --- diff --git a/ChangeLog b/ChangeLog index 2141be0661..dbee5a58c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2006-10-18 Paul Eggert - * src/copy.c (copy_reg): Rewrite slightly to avoid duplicte code + * src/copy.c (copy_reg): Rewrite slightly to avoid duplicate code when opening dst_name. (copy_reg, copy_internal): Use (SYSCALL != 0) rather than plain (SYSCALL) to test for failure in a system call.