Update spelling in memoize

Co-authored-by: Clint Herron <hanclinto@gmail.com>
This commit is contained in:
Clarissa Miranda 2024-10-17 21:44:24 +11:00 committed by GitHub
parent 34fc44d03b
commit a33fbbe411
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -684,7 +684,7 @@ static bool llama_grammar_match_partial_char(
// transforms a grammar pushdown stack into N possible stacks, all ending // transforms a grammar pushdown stack into N possible stacks, all ending
// at a character range (terminal element) // at a character range (terminal element)
// additionally memorizes the stack to its possible stacks by mapping // additionally memoizes the stack to its possible stacks by mapping
// < llama_grammar_stack, llama_grammar_stacks > // < llama_grammar_stack, llama_grammar_stacks >
static void llama_grammar_advance_stack_memo( static void llama_grammar_advance_stack_memo(