fix typo: s/chat/char/

This commit is contained in:
Jim Meyering
1998-05-24 13:41:57 +00:00
parent 45d32cef80
commit 6f050de759
+1 -1
View File
@@ -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;