summaryrefslogtreecommitdiff
path: root/lib/lchown.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-05-24 13:41:57 +0000
committerJim Meyering <jim@meyering.net>1998-05-24 13:41:57 +0000
commit6f050de759a56337c3bf916eaab666762db0da53 (patch)
tree708200b39d8126ba18af7abcba2c6151a3b2357a /lib/lchown.c
parent45d32cef802ae8a7a7f408d8ed5afc819c3ad030 (diff)
downloadcoreutils-6f050de759a56337c3bf916eaab666762db0da53.tar.xz
fix typo: s/chat/char/
Diffstat (limited to 'lib/lchown.c')
-rw-r--r--lib/lchown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lchown.c b/lib/lchown.c
index 04c27c146..3e2b6c9f2 100644
--- a/lib/lchown.c
+++ b/lib/lchown.c
@@ -30,7 +30,7 @@ extern int errno;
In that case, set errno to ENOSYS and return -1. */
int
-lchown (const chat *file, uid_t uid, gid_t gid)
+lchown (const char *file, uid_t uid, gid_t gid)
{
struct stat stats;