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:
parent
bfe6043454
commit
b87fbe5fd7
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user