illegal -> invalid
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 25 Feb 2006 07:57:37 +0000 (07:57 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 25 Feb 2006 07:57:37 +0000 (07:57 +0000)
lib/glob.c

index 0567902..fe0e8d5 100644 (file)
@@ -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