rose: fix up comments referring to CHECK_LITERAL

This instruction is now called CHECK_LONG_LIT.
This commit is contained in:
Justin Viiret
2016-11-29 09:27:59 +11:00
committed by Matthew Barr
parent 5061b76901
commit 5c9c540424
3 changed files with 7 additions and 7 deletions

View File

@@ -111,7 +111,7 @@ void loadLongLiteralState(const struct RoseEngine *t, char *state,
}
// If we don't have any long literals in play, these values must point to
// the real history buffer so that CHECK_LITERAL instructions examine the
// the real history buffer so that CHECK_LONG_LIT instructions examine the
// history buffer.
scratch->tctxt.ll_buf = scratch->core_info.hbuf;
scratch->tctxt.ll_len = scratch->core_info.hlen;