resolve: fix typo

This commit is contained in:
Yu Watanabe 2020-12-30 01:22:56 +09:00
parent 57dda0de38
commit e9665ac2a2
1 changed files with 1 additions and 1 deletions

View File

@ -2153,7 +2153,7 @@ static int dns_packet_extract_question(DnsPacket *p, DnsQuestion **ret_question)
return log_oom();
r = set_reserve(keys, n * 2); /* Higher multipliers give slightly higher efficiency through
* hash collisions, but the gains quickly drop of after 2. */
* hash collisions, but the gains quickly drop off after 2. */
if (r < 0)
return r;