fixed typos
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-16 11:13:21 +09:00
parent d83c3635ec
commit 0b9d05e5c3
6 changed files with 66 additions and 66 deletions

View File

@ -8140,7 +8140,7 @@ static hawk_ooi_t idxnde_to_int (hawk_rtx_t* rtx, hawk_nde_t* nde, hawk_nde_t**
return -1;
}
if (v < 0 || v > HAWK_QINT_MAX)
if (v < 0 || v > HAWK_INT_MAX)
{
/* array index out of permitted range */
hawk_rtx_seterrnum (rtx, &nde->loc, HAWK_EARRIDXRANGE);