mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Remove doubled words.
This commit is contained in:
committed by
Ulrich Drepper
parent
e84142d2a9
commit
ded5b9b7c7
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1991, 1992, 1995, 1996, 1997 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1991, 1992, 1995, 1996, 1997, 2011 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -21,7 +21,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
/* Change the protections of the file FD refers to to MODE. */
|
||||
/* Change the permissions of the file referenced by FD to MODE. */
|
||||
int
|
||||
__fchmod (fd, mode)
|
||||
int fd;
|
||||
|
Reference in New Issue
Block a user