From: Paul Eggert <eggert@cs.ucla.edu>
Date: Sat, 25 Feb 2006 07:57:37 +0000 (+0000)
Subject: illegal -> invalid
X-Git-Tag: cvs-readonly~2531
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=56f043ff2acadd7682ba814ea2a9c182ab59a318;p=gnulib.git

illegal -> invalid
---

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