]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
resolve: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 29 Dec 2020 16:22:56 +0000 (01:22 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 29 Dec 2020 16:22:56 +0000 (01:22 +0900)
src/resolve/resolved-dns-packet.c

index b4eb5efae7cbace38175047f43add96fc629869b..ede499f48656b8918062f44d45cd7c0f20ec82bb 100644 (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;