From: Sven Mueller Date: Fri, 19 Feb 2021 11:28:00 +0000 (+0100) Subject: Fix grammar and a small typo on a comment X-Git-Tag: v248-rc1~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b87fbe5fd7fc4441d65f32b667bf43e53db60360;p=thirdparty%2Fsystemd.git Fix grammar and a small typo on a comment potentically -> potentially (And a small grammar fix) --- diff --git a/src/resolve/resolved-dns-packet.c b/src/resolve/resolved-dns-packet.c index 9d50336c3fe..a51514a8de8 100644 --- a/src/resolve/resolved-dns-packet.c +++ b/src/resolve/resolved-dns-packet.c @@ -2378,7 +2378,7 @@ static int dns_packet_extract_answer(DnsPacket *p, DnsAnswer **ret_answer) { return r; } - /* Remember this RR, so that we potentically can merge it's ->key object with the + /* Remember this RR, so that we can potentially merge its ->key object with the * next RR. Note that we only do this if we actually decided to keep the RR around. */ dns_resource_record_unref(previous);