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

This commit is contained in:
2024-05-02 22:47:30 +09:00
parent e28faca54e
commit 35e8edd783
92 changed files with 3380 additions and 3380 deletions

View File

@ -63,7 +63,7 @@ hawk_bch_t* hawk_rtx_tokbcharswithbchars (
hawk_uch_t* hawk_rtx_tokucharsbyrex (
hawk_rtx_t* rtx,
hawk_rtx_t* rtx,
const hawk_uch_t* str,
hawk_oow_t len,
const hawk_uch_t* substr,
@ -73,7 +73,7 @@ hawk_uch_t* hawk_rtx_tokucharsbyrex (
);
hawk_bch_t* hawk_rtx_tokbcharsbyrex (
hawk_rtx_t* rtx,
hawk_rtx_t* rtx,
const hawk_bch_t* str,
hawk_oow_t len,
const hawk_bch_t* substr,
@ -107,13 +107,13 @@ int hawk_rtx_matchvalwithbcs (
);
int hawk_rtx_matchrexwithucs (
hawk_rtx_t* rtx, hawk_tre_t* code,
hawk_rtx_t* rtx, hawk_tre_t* code,
const hawk_ucs_t* str, const hawk_ucs_t* substr,
hawk_ucs_t* match, hawk_ucs_t submat[9]
);
int hawk_rtx_matchrexwithbcs (
hawk_rtx_t* rtx, hawk_tre_t* code,
hawk_rtx_t* rtx, hawk_tre_t* code,
const hawk_bcs_t* str, const hawk_bcs_t* substr,
hawk_bcs_t* match, hawk_bcs_t submat[9]
);