Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix monetary.h comment
  • Loading branch information
Siddhesh Poyarekar committed May 26, 2015
1 parent a06b40c commit f09b861
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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]
Expand Down
2 changes: 1 addition & 1 deletion stdlib/monetary.h
Expand Up @@ -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);
Expand Down

0 comments on commit f09b861

Please sign in to comment.