src: Fix typo

This commit is contained in:
Tatsuhiro Tsujikawa 2015-02-09 23:06:41 +09:00
parent 2e425e3cb6
commit 3c5d8f446b
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,7 @@ parse_next_link_header_once(const char *first, const char *last) {
// parse next link-param // parse next link-param
continue; continue;
} }
// now parsing lin-param value // now parsing link-param value
assert(*first == '='); assert(*first == '=');
++first; ++first;
if (first == last) { if (first == last) {