summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/strfmon.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-04-30 01:24:24 +0000
committerpfg <pfg@FreeBSD.org>2016-04-30 01:24:24 +0000
commit69669cbe99c92053594f595bbb8afd89c18a1892 (patch)
treeb4c646668481cdc1dd9daaea77bf963c2e2862a0 /lib/libc/stdlib/strfmon.c
parent3cfc36525eddce27cb703ad496d3805e43dc51f9 (diff)
downloadFreeBSD-src-69669cbe99c92053594f595bbb8afd89c18a1892.zip
FreeBSD-src-69669cbe99c92053594f595bbb8afd89c18a1892.tar.gz
libc: spelling fixes.
Mostly on comments.
Diffstat (limited to 'lib/libc/stdlib/strfmon.c')
-rw-r--r--lib/libc/stdlib/strfmon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strfmon.c b/lib/libc/stdlib/strfmon.c
index 689c78b..af038fe 100644
--- a/lib/libc/stdlib/strfmon.c
+++ b/lib/libc/stdlib/strfmon.c
@@ -50,7 +50,7 @@ __FBSDID("$FreeBSD$");
#define SIGN_POSN_USED 0x02 /* '+' or '(' usage flag */
#define LOCALE_POSN 0x04 /* use locale defined +/- (default) */
#define PARENTH_POSN 0x08 /* enclose negative amount in () */
-#define SUPRESS_CURR_SYMBOL 0x10 /* supress the currency from output */
+#define SUPRESS_CURR_SYMBOL 0x10 /* suppress the currency from output */
#define LEFT_JUSTIFY 0x20 /* left justify */
#define USE_INTL_CURRENCY 0x40 /* use international currency symbol */
#define IS_NEGATIVE 0x80 /* is argument value negative ? */
@@ -580,7 +580,7 @@ __format_grouped_double(double value, int *flags,
}
bufend = rslt + bufsize - 1; /* reserve space for trailing '\0' */
- /* skip spaces at beggining */
+ /* skip spaces at beginning */
padded = 0;
while (avalue[padded] == ' ') {
padded++;
OpenPOWER on IntegriCloud