summaryrefslogtreecommitdiff
path: root/libc/iconv/iconv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/iconv/iconv.h')
-rw-r--r--libc/iconv/iconv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/iconv/iconv.h b/libc/iconv/iconv.h
index 9aebf9bc7..1d9b79bba 100644
--- a/libc/iconv/iconv.h
+++ b/libc/iconv/iconv.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1998, 1999, 2000, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2000, 2003, 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
@@ -33,7 +33,7 @@ typedef void *iconv_t;
/* Allocate descriptor for code conversion from codeset FROMCODE to
codeset TOCODE.
- This function is a possible cancellation points and therefore not
+ This function is a possible cancellation point and therefore not
marked with __THROW. */
extern iconv_t iconv_open (__const char *__tocode, __const char *__fromcode);
@@ -47,7 +47,7 @@ extern size_t iconv (iconv_t __cd, char **__restrict __inbuf,
/* Free resources allocated for descriptor CD for code conversion.
- This function is a possible cancellation points and therefore not
+ This function is a possible cancellation point and therefore not
marked with __THROW. */
extern int iconv_close (iconv_t __cd);