@@ -5888,7 +5888,7 @@ namespace boost { namespace parser {
58885888 };
58895889
58905890 /* * Returns a `parser_interface` with the same parser and error handler,
5891- with `globals` added. The resut of passing any non-top-level parser
5891+ with `globals` added. The result of passing any non-top-level parser
58925892 for the `parser` argument is undefined. */
58935893 template <typename Parser, typename GlobalState, typename ErrorHandler>
58945894 auto with_globals (
@@ -5900,7 +5900,7 @@ namespace boost { namespace parser {
59005900 }
59015901
59025902 /* * Returns a `parser_interface` with the same parser and globals, with
5903- `error_handler` added. The resut of passing any non-top-level parser
5903+ `error_handler` added. The result of passing any non-top-level parser
59045904 for the `parser` argument is undefined. */
59055905 template <typename Parser, typename GlobalState, typename ErrorHandler>
59065906 auto with_error_handler (
@@ -7903,8 +7903,8 @@ namespace boost { namespace parser {
79037903 few of which are Latin. */
79047904 inline constexpr parser_interface<digit_parser> digit;
79057905
7906- /* * The hexidecimal digit parser. Matches the full set of Unicode
7907- hexidecimal digits (upper or lower case); in other words, all Unicode
7906+ /* * The hexadecimal digit parser. Matches the full set of Unicode
7907+ hexadecimal digits (upper or lower case); in other words, all Unicode
79087908 code points with the "Hex_Digit" character property. */
79097909 inline constexpr parser_interface<
79107910 char_subrange_parser<detail::hex_digit_subranges>>
0 commit comments