X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b8d19cf8c15a4ae78ad3e370e82ce8e9359194a0..72cd9a913f6d282c5e24990505c2c820bda2bf1b:/src/InadequacyList.h diff --git a/src/InadequacyList.h b/src/InadequacyList.h index 9ec8a29b..0d00c5cb 100644 --- a/src/InadequacyList.h +++ b/src/InadequacyList.h @@ -1,6 +1,6 @@ /* IELR's inadequacy list. - Copyright (C) 2009 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