]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Correct typo, fchmod -> fchown, in a comment.
authorJim Meyering <jim@meyering.net>
Thu, 14 Apr 2005 12:09:00 +0000 (12:09 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 14 Apr 2005 12:09:00 +0000 (12:09 +0000)
src/chown-core.c

index b1ab344539f548f5e5e886901e84f03873072e97..2d3f40a7cc4b449d795d94ae10d2612f414f02f7 100644 (file)
@@ -175,7 +175,7 @@ describe_change (const char *file, enum Change_status changed,
    FILE and do everything else via the resulting file descriptor.
    We first call fstat and verify that the dev/inode match those from
    the preceding stat call, and only then, if appropriate (given the
-   required_uid and required_gid constraints) do we call fchmod.
+   required_uid and required_gid constraints) do we call fchown.
 
    A minor problem:
    This function fails when FILE cannot be opened, but chown/lchown have