From f76d7052fa11a71939f658af7ac69bb8d0c732df Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 26 Apr 1999 14:02:38 +0000 Subject: Update. 1999-04-03 Andreas Jaeger * manual/install.texi (Configuring and compiling): Explain that files are changed in the source directory. Closes PR libc/981. (Configuring and compiling): Explain situation with PARALLELMFLAGS in the source directory. 1999-04-24 Andreas Schwab * locale/programs/ld-ctype.c: Spelling fixes. (ctype_finish): Fix argument of error message format. * locale/programs/ld-messages.c: Spelling fixes. * locale/programs/ld-monetary.c: Spelling fixes. * locale/programs/ld-time.c (time_finish): Make sure that name and format of era_entries are adjacent. (time_output): Reduce the size of the io vector. 1999-04-25 Andreas Schwab * manual/filesys.texi (Attribute Meanings): Move a misplaced paragraph. 1999-04-23 Andreas Schwab * locale/programs/ld-collate.c (collate_output): Convert undefined_offset to an array index. Fix computation of other endian extra table. --- locale/programs/ld-messages.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'locale/programs/ld-messages.c') diff --git a/locale/programs/ld-messages.c b/locale/programs/ld-messages.c index e52f5413e2..288979f454 100644 --- a/locale/programs/ld-messages.c +++ b/locale/programs/ld-messages.c @@ -91,7 +91,7 @@ messages_finish (struct localedef_t *locale) int result; regex_t re; - /* Test whether it are correct regular expressions. */ + /* Test whether it is a correct regular expression. */ result = regcomp (&re, messages->yesexpr, REG_EXTENDED); if (result != 0 && !be_quiet) { @@ -115,7 +115,7 @@ no correct regular expression for field `%s' in category `%s': %s"), int result; regex_t re; - /* Test whether it are correct regular expressions. */ + /* Test whether it is a correct regular expression. */ result = regcomp (&re, messages->noexpr, REG_EXTENDED); if (result != 0 && !be_quiet) { -- cgit v1.2.1