1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Fix typos.

This commit is contained in:
Ondřej Bílka
2013-08-21 19:48:48 +02:00
parent 46ed103824
commit c0c3f78afb
61 changed files with 141 additions and 66 deletions

View File

@ -21,7 +21,7 @@
#include <errno.h>
#include <string.h>
/* lockf.c defines lockf64 as an lias if __OFF_T_MATCHES_OFF64_T. */
/* lockf.c defines lockf64 as an alias if __OFF_T_MATCHES_OFF64_T. */
#ifndef __OFF_T_MATCHES_OFF64_T
/* lockf is a simplified interface to fcntl's locking facilities. */