summaryrefslogtreecommitdiff
path: root/src/bsr.h
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2022-01-28 11:17:01 +0800
committerJSDurand <mmemmew@gmail.com>2022-01-28 19:27:54 +0800
commit8ace61933130416a0b8a6b250de681a606439f48 (patch)
treebddeadb4960cecd4b21896ec23238ed31ee237f0 /src/bsr.h
parente8e1c91b40c9c82a0fd8373746a7b8cfb130f467 (diff)
CNP save point
CRF and process descriptors seem to work now. It only remains to implement the set of pending actions before I can work on the driver program.
Diffstat (limited to 'src/bsr.h')
-rw-r--r--src/bsr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bsr.h b/src/bsr.h
index b92e20e..6c5e17c 100644
--- a/src/bsr.h
+++ b/src/bsr.h
@@ -83,7 +83,7 @@ bsr *new_bsr(BOOL * const restrict errorp, Grammar *g);
data is stored. */
void destroy_bsr(bsr * const restrict bsrp);
-/* the function in the paper */
+/* the function bsrAdd in the paper */
/* X = non-terminal index, a = index of alternate, c = length of
prefix */