1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-19 22:50:17 +03:00

Fix grammar and a small typo on a comment

potentically -> potentially
(And a small grammar fix)
This commit is contained in:
Sven Mueller 2021-02-19 12:28:00 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent bfe6043454
commit b87fbe5fd7

View File

@ -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);