diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2015-05-26 23:38:17 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2015-05-26 23:38:17 +0530 |
commit | f09b8615418a02357eb8b1fcba88313aebcb53bf (patch) | |
tree | 62a3d621952058f789460c9ba08fd4e634545f85 /stdlib | |
parent | a06b40cdf5ba0d2ab4f9b4c77d21e45ff284fac7 (diff) | |
download | glibc-f09b8615418a02357eb8b1fcba88313aebcb53bf.tar.gz glibc-f09b8615418a02357eb8b1fcba88313aebcb53bf.tar.xz glibc-f09b8615418a02357eb8b1fcba88313aebcb53bf.zip |
Fix monetary.h comment
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/monetary.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |