X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/108df813c466663f80ed3cd5c74ec114369863d7..630a021850386acaee461fccee27718577d0a799:/lib/bitset_stats.c diff --git a/lib/bitset_stats.c b/lib/bitset_stats.c index f6b87146..83163026 100644 --- a/lib/bitset_stats.c +++ b/lib/bitset_stats.c @@ -1,6 +1,6 @@ /* Bitset statistics. - Copyright (C) 2002-2006, 2009-2012 Free Software Foundation, Inc. + Copyright (C) 2002-2006, 2009-2013 Free Software Foundation, Inc. Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz). @@ -284,7 +284,7 @@ bitset_stats_write (const char *file_name) { if (fwrite (&bitset_stats_info_data, sizeof (bitset_stats_info_data), 1, file) != 1) - perror (_("cannot not write stats file")); + perror (_("cannot write stats file")); if (fclose (file) != 0) perror (_("cannot write stats file")); }