aboutsummaryrefslogtreecommitdiffstats
path: root/dfa.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-01-03 12:57:59 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-01-03 12:57:59 +0200
commite7214165a06bc1f4d9c6bdffc6b2b060beb6afee (patch)
treeec97d4fa39c7d5ef5def9d5de1af5b7c66b3dec0 /dfa.c
parentb66997935edae4d5881b11422c6f284d0627cebe (diff)
parent4a7dc37ea7122759469ee93eae9dadea455d658b (diff)
downloadegawk-e7214165a06bc1f4d9c6bdffc6b2b060beb6afee.tar.gz
egawk-e7214165a06bc1f4d9c6bdffc6b2b060beb6afee.tar.bz2
egawk-e7214165a06bc1f4d9c6bdffc6b2b060beb6afee.zip
Merge branch 'gawk-4.1-stable' into new-vms
Diffstat (limited to 'dfa.c')
-rw-r--r--dfa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dfa.c b/dfa.c
index a75d332c..44bb220e 100644
--- a/dfa.c
+++ b/dfa.c
@@ -1,5 +1,5 @@
/* dfa.c - deterministic extended regexp routines for GNU
- Copyright (C) 1988, 1998, 2000, 2002, 2004-2005, 2007-2013 Free Software
+ Copyright (C) 1988, 1998, 2000, 2002, 2004-2005, 2007-2014 Free Software
Foundation, Inc.
This program is free software; you can redistribute it and/or modify
@@ -470,7 +470,7 @@ static void dfamust (struct dfa *dfa);
static void regexp (void);
/* These two macros are identical to the ones in gnulib's xalloc.h,
- except that they not to case the result to "(t *)", and thus may
+ except that they do not cast the result to "(t *)", and thus may
be used via type-free CALLOC and MALLOC macros. */
#undef XNMALLOC
#undef XCALLOC