Commit 3c5d8f44 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

src: Fix typo

parent 2e425e3c
......@@ -875,7 +875,7 @@ parse_next_link_header_once(const char *first, const char *last) {
// parse next link-param
continue;
}
// now parsing lin-param value
// now parsing link-param value
assert(*first == '=');
++first;
if (first == last) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment