diff options
Diffstat (limited to 'lib/libc/locale/localeconv.c')
-rw-r--r-- | lib/libc/locale/localeconv.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/locale/localeconv.c b/lib/libc/locale/localeconv.c index f5ddb39a0b7..93d708bb434 100644 --- a/lib/libc/locale/localeconv.c +++ b/lib/libc/locale/localeconv.c @@ -4,19 +4,19 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: localeconv.c,v 1.2 1996/08/19 08:28:20 tholo Exp $"; +static char *rcsid = "$OpenBSD: localeconv.c,v 1.3 1997/07/23 21:14:40 kstailey Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/localedef.h> #include <locale.h> -/* +/* * The localeconv() function constructs a struct lconv from the current * monetary and numeric locales. * * Because localeconv() may be called many times (especially by library - * routines like printf() & strtod()), the approprate members of the - * lconv structure are computed only when the monetary or numeric + * routines like printf() & strtod()), the approprate members of the + * lconv structure are computed only when the monetary or numeric * locale has been changed. */ int __mlocale_changed = 1; |