From: Lennart Poettering Date: Wed, 25 Mar 2026 21:18:58 +0000 (+0100) Subject: resolved: fix typo in comment X-Git-Tag: v261-rc1~730^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7863f6ba85e0ac5bbb65c4ceffa23be7f512f11f;p=thirdparty%2Fsystemd.git resolved: fix typo in comment --- diff --git a/src/resolve/resolved-static-records.c b/src/resolve/resolved-static-records.c index 4aa6f2e4212..0f2d09b324f 100644 --- a/src/resolve/resolved-static-records.c +++ b/src/resolve/resolved-static-records.c @@ -29,7 +29,7 @@ * serializations of DNS RRs. Also note the semantics are different from DNS zone file format, for example * regarding delegation (i.e. the RRs defined here have no effect on subdomains), which is probably nicer for * one-off mappings of domains to specific resources. Or in other words, this is supposed to be a drop-in - * based alternative to /etc/hosts, not a one to DNS zone files. (The JSON format is also a lot more + * based alternative to /etc/hosts, not one to DNS zone files. (The JSON format is also a lot more * extensible to us, for example we could teach it to map certain lookups to specific DNS errors, or extend * it so that subdomains always get NXDOMAIN or similar). *