diff options
Diffstat (limited to 'intl/libintl.h')
-rw-r--r-- | intl/libintl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/libintl.h b/intl/libintl.h index 91e73265dc..0f147228df 100644 --- a/intl/libintl.h +++ b/intl/libintl.h @@ -60,7 +60,7 @@ extern char *dngettext (__const char *__domainname, __const char *__msgid1, __const char *__msgid2, unsigned long int __n) __THROW __attribute__ ((__format_arg__ (2))); -/* Similar to `dxgettext' but select the plural form corresponding to the +/* Similar to `dcgettext' but select the plural form corresponding to the number N. */ extern char *dcngettext (__const char *__domainname, __const char *__msgid1, __const char *__msgid2, unsigned long int __n, |