diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | stdlib/monetary.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2015-05-26 Marko Myllynen <myllynen@redhat.com> + + * stdlib/monetary.h: Fix comment. + 2015-05-26 Szabolcs Nagy <szabolcs.nagy@arm.com> [BZ #18234] diff --git a/stdlib/monetary.h b/stdlib/monetary.h index c0f254b8f0..f3dafcdb69 100644 --- a/stdlib/monetary.h +++ b/stdlib/monetary.h @@ -34,7 +34,7 @@ typedef __ssize_t ssize_t; __BEGIN_DECLS -/* Formatting a monetary value according to the current locale. */ +/* Formatting a monetary value according to the given locale. */ extern ssize_t strfmon (char *__restrict __s, size_t __maxsize, const char *__restrict __format, ...) __THROW __attribute_format_strfmon__ (3, 4); |