]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
resolved: fix typo in comment
authorLennart Poettering <lennart@amutable.com>
Wed, 25 Mar 2026 21:18:58 +0000 (22:18 +0100)
committerLennart Poettering <lennart@amutable.com>
Wed, 25 Mar 2026 22:06:03 +0000 (23:06 +0100)
src/resolve/resolved-static-records.c

index 4aa6f2e421216595e1bf20d40c580d67ccb4cf79..0f2d09b324fb1d93c65ee67241cd81053a6b2722 100644 (file)
@@ -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 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).
  *