]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix monetary.h comment
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 26 May 2015 18:08:17 +0000 (23:38 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 26 May 2015 18:08:17 +0000 (23:38 +0530)
ChangeLog
stdlib/monetary.h

index f0888fc794ced0830c9cef2409c7ed8ff58877b5..eb029730d6ab1fd92dd1b443ff843b12038904dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
index c0f254b8f09c0be967c1dbe832dd559aeb3d1213..f3dafcdb6984f3fd2a24d4a9146fec43b0aa5c85 100644 (file)
@@ -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);