From 4c1423edfb036a416c642b39d76370e2f2405bb1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 1 Apr 2011 10:39:30 -0400 Subject: Fix typos in comments. --- io/fcntl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io') 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); -- cgit 1.4.1