diff options
Diffstat (limited to 'usr/src/lib/libast/common/regex/regerror.c')
-rw-r--r-- | usr/src/lib/libast/common/regex/regerror.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/lib/libast/common/regex/regerror.c b/usr/src/lib/libast/common/regex/regerror.c index 596e62ce45..3899e47008 100644 --- a/usr/src/lib/libast/common/regex/regerror.c +++ b/usr/src/lib/libast/common/regex/regerror.c @@ -1,7 +1,7 @@ /*********************************************************************** * * * This software is part of the ast package * -* Copyright (c) 1985-2009 AT&T Intellectual Property * +* Copyright (c) 1985-2010 AT&T Intellectual Property * * and is licensed under the * * Common Public License, Version 1.0 * * by AT&T Intellectual Property * @@ -25,7 +25,7 @@ * posix regex error message handler */ -static const char id[] = "\n@(#)$Id: regex (AT&T Research) 2008-05-11 $\0\n"; +static const char id[] = "\n@(#)$Id: regex (AT&T Research) 2009-12-11 $\0\n"; #include "reglib.h" @@ -45,7 +45,7 @@ static const char* reg_error[] = /* REG_BADBR */ "invalid {...} digits", /* REG_ERANGE */ "invalid [...] range endpoint", /* REG_ESPACE */ "out of space", - /* REG_BADRPT */ "unary op not preceeded by re", + /* REG_BADRPT */ "unary op not preceded by re", /* REG_ENULL */ "empty subexpr in pattern", /* REG_ECOUNT */ "re component count overflow", /* REG_BADESC */ "invalid \\char escape", |