summaryrefslogtreecommitdiff
path: root/src/bsr.h
diff options
context:
space:
mode:
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 */