diff options
author | Torstein Husebø <torstein@huseboe.net> | 2016-02-08 13:27:22 +0100 |
---|---|---|
committer | Torstein Husebø <torstein@huseboe.net> | 2016-02-24 11:56:11 +0100 |
commit | 96d490114900686b4d17f9b751fab6e39cfcc560 (patch) | |
tree | 150de8b7f09fd85572ade2ddbc53d1769e36bcf9 /src/resolve/resolved-dns-answer.c | |
parent | 77d9510adc57224946393ed4fdc4e0468e3b501d (diff) |
treewide: fix typos and then/that use
Diffstat (limited to 'src/resolve/resolved-dns-answer.c')
-rw-r--r-- | src/resolve/resolved-dns-answer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolve/resolved-dns-answer.c b/src/resolve/resolved-dns-answer.c index 5d7b4b4b5c..0dadf8b1dd 100644 --- a/src/resolve/resolved-dns-answer.c +++ b/src/resolve/resolved-dns-answer.c @@ -757,7 +757,7 @@ int dns_answer_reserve_or_clone(DnsAnswer **a, unsigned n_free) { assert(a); /* Tries to extend the DnsAnswer object. And if that's not - * possibly, since we are not the sole owner, then allocate a + * possible, since we are not the sole owner, then allocate a * new, appropriately sized one. Either way, after this call * the object will only have a single reference, and has room * for at least the specified number of RRs. */ |