X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/71b61d4db50938c0f5fa58fd3d3b0045fd762f57..728c4be2:/src/closure.c diff --git a/src/closure.c b/src/closure.c index 339adf5d..a6cc784a 100644 --- a/src/closure.c +++ b/src/closure.c @@ -213,7 +213,7 @@ closure (item_number *core, size_t n) if (ISVAR (ritem[core[c]])) bitset_or (ruleset, ruleset, FDERIVES (ritem[core[c]])); - /* core is sorted on item number from ritem, which is sorted on rule number. + /* core is sorted on item index in ritem, which is sorted on rule number. Compute itemset with the same sort. */ nitemset = 0; c = 0;