This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.21-410-gd28311a


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  d28311a19d7fd09f96c4b5c9a1dbf65b88dc3282 (commit)
      from  1827059925140a1f0c16faf23ee895ee72f84efc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=d28311a19d7fd09f96c4b5c9a1dbf65b88dc3282

commit d28311a19d7fd09f96c4b5c9a1dbf65b88dc3282
Author: Marko Myllynen <myllynen@redhat.com>
Date:   Wed May 27 08:07:07 2015 +0530

    Fix monetary.h comment
    
    On 2015-05-26 21:24, Siddhesh Poyarekar wrote:
    > On Tue, May 26, 2015 at 05:13:07PM +0300, Marko Myllynen wrote:
    >> this should be obvious, please commit if looks to be ok.
    >>
    >> 2015-05-26  Marko Myllynen  <myllynen@redhat.com>
    >>
    >> 	* stdlib/monetary.h: Fix comment.
    >
    > Patch didn't apply to master, but I've fixed it up and pushed it.
    
    sorry about that (a whitespace hickup) - but your patch changed the
    wrong comment, so here's a new patch to fix the fix.

diff --git a/ChangeLog b/ChangeLog
index 4a38a05..52c29bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-05-27  Marko Myllynen  <myllynen@redhat.com>
+
+	* stdlib/monetary.h: Fix comment.
+
 2015-05-26  Chris Metcalf  <cmetcalf@ezchip.com>
 
 	* sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_SYSCALL):
diff --git a/stdlib/monetary.h b/stdlib/monetary.h
index f3dafcd..c78795b 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 given locale.  */
+/* Formatting a monetary value according to the current locale.  */
 extern ssize_t strfmon (char *__restrict __s, size_t __maxsize,
 			const char *__restrict __format, ...)
      __THROW __attribute_format_strfmon__ (3, 4);
@@ -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, ...)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    4 ++++
 stdlib/monetary.h |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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