]> git.ipfire.org Git - thirdparty/coreutils.git/commit
copy: tweak variable name; improve a comment
authorJim Meyering <meyering@redhat.com>
Sat, 22 Jan 2011 11:55:58 +0000 (12:55 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 28 Jan 2011 22:28:38 +0000 (23:28 +0100)
commit395011ce8fb668b3eb0a2b63fdafc6cbd4aa3720
treeced13c587a0a4c6ce09c757be85176279a124e7e
parent6c4fc520b66292bdaebe6216d635bac92d9c732a
copy: tweak variable name; improve a comment

* src/copy.c (copy_reg): Rename a variable to make more sense from
caller's perspective: s/require_normal_copy/normal_copy_required/.
This is an output-only variable, and the original name could make
it look like an input (or i&o) variable.
src/copy.c