summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-10-19 08:49:30 +0000
committerJim Meyering <jim@meyering.net>2006-10-19 08:49:30 +0000
commit14f131ea5792e8e9675e0320c5f828c7aabcf6cd (patch)
treeaa79ea2fdd1c0355a7948522acece0cdc0dcca73 /ChangeLog
parent177913f5b848bebe9a5a3a532fc41936fa8416dc (diff)
downloadcoreutils-14f131ea5792e8e9675e0320c5f828c7aabcf6cd.tar.xz
typo
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2141be066..dbee5a58c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.