diff options
author | Jim Meyering <jim@meyering.net> | 2006-10-19 08:49:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-19 08:49:30 +0000 |
commit | 14f131ea5792e8e9675e0320c5f828c7aabcf6cd (patch) | |
tree | aa79ea2fdd1c0355a7948522acece0cdc0dcca73 | |
parent | 177913f5b848bebe9a5a3a532fc41936fa8416dc (diff) | |
download | coreutils-14f131ea5792e8e9675e0320c5f828c7aabcf6cd.tar.xz |
typo
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ 2006-10-18 Paul Eggert <eggert@cs.ucla.edu> - * 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. |