Skip to content
This repository was archived by the owner on Nov 6, 2022. It is now read-only.

Commit 13ca674

Browse files
dnartzmaclover7
authored andcommitted
Fix typo
Replace "our" with "out". PR-URL: #436 Reviewed-By: Jon Moss <me@jonathanmoss.me>
1 parent 25de6ed commit 13ca674

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

http_parser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2020,7 +2020,7 @@ size_t http_parser_execute (http_parser *parser,
20202020
}
20212021
}
20222022

2023-
/* Run callbacks for any marks that we have leftover after we ran our of
2023+
/* Run callbacks for any marks that we have leftover after we ran out of
20242024
* bytes. There should be at most one of these set, so it's OK to invoke
20252025
* them in series (unset marks will not result in callbacks).
20262026
*

0 commit comments

Comments
 (0)