Fix typo in comment.
All checks were successful
Remind unit tests / tests (push) Successful in 39s

This commit is contained in:
Dianne Skoll
2024-08-23 15:08:35 -04:00
parent a5c8ae491c
commit a0d1b19050

View File

@@ -1367,7 +1367,7 @@ static int divide_or_mod(expr_node *node, Value *locals, Value *ans, int *noncon
/***************************************************************/
/* */
/* domod - evaluate the "%" operator */
/* do_mod - evaluate the "%" operator */
/* */
/***************************************************************/
static int do_mod(expr_node *node, Value *locals, Value *ans, int *nonconst)