]> git.saurik.com Git - bison.git/blobdiff - src/state.h
Rename all the `bucket's as `symbol_t'.
[bison.git] / src / state.h
index c2d66f3fa5217e2e83d51e862fd1fb42249e7a8c..9446f4f652ca9696391d3fa78f6c5e02cb790073 100644 (file)
@@ -44,7 +44,7 @@
    Each core contains a vector of nitems items which are the indices
    in the ritems vector of the items that are selected in this state.
 
-   The link field is used for chaining buckets that hash states by
+   The link field is used for chaining symbols that hash states by
    their itemsets.  This is for recognizing equivalent states and
    combining them when the states are generated.