From 56f043ff2acadd7682ba814ea2a9c182ab59a318 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 25 Feb 2006 07:57:37 +0000 Subject: [PATCH] illegal -> invalid --- lib/glob.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/glob.c b/lib/glob.c index 0567902b47..fe0e8d58fe 100644 --- a/lib/glob.c +++ b/lib/glob.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2002,2003,2004,2005 Free Software Foundation, Inc. +/* Copyright (C) 1991-2002,2003,2004,2005,2006 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -322,7 +322,7 @@ glob (pattern, flags, errfunc, pglob) next = next_brace_sub (begin + 1, flags); if (next == NULL) { - /* It is an illegal expression. */ + /* It is an invalid expression. */ #ifndef __GNUC__ free (onealt); #endif @@ -336,7 +336,7 @@ glob (pattern, flags, errfunc, pglob) rest = next_brace_sub (rest + 1, flags); if (rest == NULL) { - /* It is an illegal expression. */ + /* It is an invalid expression. */ #ifndef __GNUC__ free (onealt); #endif -- 2.30.2