summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-04-01 10:39:30 -0400
committerUlrich Drepper <drepper@gmail.com>2011-04-01 10:39:30 -0400
commit4c1423edfb036a416c642b39d76370e2f2405bb1 (patch)
tree951fcb2a5ee9e441f49814fca1fd60282f1702d9 /io
parent158648c0bdda281e252a27c0200dd0ea6f4e0215 (diff)
Fix typos in comments.
Diffstat (limited to 'io')
-rw-r--r--io/fcntl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/fcntl.h b/io/fcntl.h
index 597c872d2c..c582a9e6f2 100644
--- a/io/fcntl.h
+++ b/io/fcntl.h
@@ -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);