X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/575619af5e1f61a5f78fb3910bee424ead5fe5a6..72cd9a913f6d282c5e24990505c2c820bda2bf1b:/src/InadequacyList.h diff --git a/src/InadequacyList.h b/src/InadequacyList.h index d5810123..0d00c5cb 100644 --- a/src/InadequacyList.h +++ b/src/InadequacyList.h @@ -1,6 +1,6 @@ /* IELR's inadequacy list. - Copyright (C) 2009-2011 Free Software Foundation, Inc. + Copyright (C) 2009-2012 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -90,7 +90,7 @@ typedef struct InadequacyList { * manifesting_state->reductions->num + 1. * - If the set of all \c InadequacyList nodes with which the new * \c InadequacyList node might be compared is currently empty, then - * it is best if *node_count is zero so that the node count + * it is best if *node_count is zero so that the node count * does not eventually overflow. However, if that set is not * currently empty, then *node_count has not been modified * by any function except \c InadequacyList__new_conflict since the