@@ -2617,7 +2617,7 @@ parse_dup_op (bin_tree_t *elem, re_string_t *regexp, re_dfa_t *dfa,
26172617 Build the range expression which starts from START_ELEM, and ends
26182618 at END_ELEM. The result are written to MBCSET and SBCSET.
26192619 RANGE_ALLOC is the allocated size of mbcset->range_starts, and
2620- mbcset->range_ends, is a pointer argument sinse we may
2620+ mbcset->range_ends, is a pointer argument since we may
26212621 update it. */
26222622
26232623static reg_errcode_t
@@ -2788,7 +2788,7 @@ parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token,
27882788 const int32_t * symb_table ;
27892789 const unsigned char * extra ;
27902790
2791- /* Local function for parse_bracket_exp used in _LIBC environement .
2791+ /* Local function for parse_bracket_exp used in _LIBC environment .
27922792 Seek the collating symbol entry correspondings to NAME.
27932793 Return the index of the symbol in the SYMB_TABLE. */
27942794
@@ -2892,11 +2892,11 @@ parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token,
28922892 return UINT_MAX ;
28932893 }
28942894
2895- /* Local function for parse_bracket_exp used in _LIBC environement .
2895+ /* Local function for parse_bracket_exp used in _LIBC environment .
28962896 Build the range expression which starts from START_ELEM, and ends
28972897 at END_ELEM. The result are written to MBCSET and SBCSET.
28982898 RANGE_ALLOC is the allocated size of mbcset->range_starts, and
2899- mbcset->range_ends, is a pointer argument sinse we may
2899+ mbcset->range_ends, is a pointer argument since we may
29002900 update it. */
29012901
29022902 auto inline reg_errcode_t
@@ -2976,11 +2976,11 @@ parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token,
29762976 return REG_NOERROR ;
29772977 }
29782978
2979- /* Local function for parse_bracket_exp used in _LIBC environement .
2979+ /* Local function for parse_bracket_exp used in _LIBC environment .
29802980 Build the collating element which is represented by NAME.
29812981 The result are written to MBCSET and SBCSET.
29822982 COLL_SYM_ALLOC is the allocated size of mbcset->coll_sym, is a
2983- pointer argument sinse we may update it. */
2983+ pointer argument since we may update it. */
29842984
29852985 auto inline reg_errcode_t
29862986 __attribute ((always_inline ))
@@ -3419,7 +3419,7 @@ parse_bracket_symbol (bracket_elem_t *elem, re_string_t *regexp,
34193419 Build the equivalence class which is represented by NAME.
34203420 The result are written to MBCSET and SBCSET.
34213421 EQUIV_CLASS_ALLOC is the allocated size of mbcset->equiv_classes,
3422- is a pointer argument sinse we may update it. */
3422+ is a pointer argument since we may update it. */
34233423
34243424static reg_errcode_t
34253425#ifdef RE_ENABLE_I18N
@@ -3515,7 +3515,7 @@ build_equiv_class (bitset_t sbcset, const unsigned char *name)
35153515 Build the character class which is represented by NAME.
35163516 The result are written to MBCSET and SBCSET.
35173517 CHAR_CLASS_ALLOC is the allocated size of mbcset->char_classes,
3518- is a pointer argument sinse we may update it. */
3518+ is a pointer argument since we may update it. */
35193519
35203520static reg_errcode_t
35213521#ifdef RE_ENABLE_I18N
0 commit comments