This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix monetary.h comment


Hi,

this should be obvious, please commit if looks to be ok.

2015-05-26  Marko Myllynen  <myllynen@redhat.com>

	* stdlib/monetary.h: Fix comment.


diff --git a/stdlib/monetary.h b/stdlib/monetary.h
index c0f254b..c78795b 100644
--- a/stdlib/monetary.h
+++ b/stdlib/monetary.h
@@ -42,7 +42,7 @@ extern ssize_t strfmon (char *__restrict __s, size_t __maxsize,
 #ifdef __USE_XOPEN2K8
 # include <xlocale.h>

-/* Formatting a monetary value according to the current locale.  */
+/* Formatting a monetary value according to the given locale.  */
 extern ssize_t strfmon_l (char *__restrict __s, size_t __maxsize,
                          __locale_t __loc,
                          const char *__restrict __format, ...)

Thanks,

-- 
Marko Myllynen


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]