Mercurial > hg > octave-lojdl > gnulib-hg
changeset 6655:24fed12ac0b5
illegal -> invalid
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sat, 25 Feb 2006 07:57:37 +0000 |
parents | 2d9c9ba7cf8d |
children | 5d22fb8bacca |
files | lib/glob.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ 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 @@ 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