1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Fix typos in comments.

This commit is contained in:
Ulrich Drepper
2011-04-01 10:39:30 -04:00
parent 158648c0bd
commit 4c1423edfb
9 changed files with 36 additions and 27 deletions

View File

@ -242,7 +242,7 @@ extern int posix_fadvise64 (int __fd, __off64_t __offset, __off64_t __len,
/* Reserve storage for the data of the file associated with FD.
This function is a possible cancellation points and therefore not
This function is a possible cancellation point and therefore not
marked with __THROW. */
# ifndef __USE_FILE_OFFSET64
extern int posix_fallocate (int __fd, __off_t __offset, __off_t __len);