]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: fix typo in comment
authorLuca Boccassi <luca.boccassi@gmail.com>
Sat, 16 Aug 2025 09:53:07 +0000 (10:53 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 16 Aug 2025 09:53:07 +0000 (10:53 +0100)
src/resolve/test-dns-query.c

index 3bcb6e0e78e20441c0de3711da837e05a1618aa1..3c0917332f3d38bda8a62e550f943f5f17ba9fe8 100644 (file)
@@ -707,7 +707,7 @@ TEST(dns_query_string_request_address) {
  * particular:
  *
  * - The very first thing it does is try to respond to the query by reading the system /etc/hosts file, which
- *   may be symlinked to a SystemD resource. Ideally we could test this without accessing global files.
+ *   may be symlinked to a systemd resource. Ideally we could test this without accessing global files.
  *
  * - dns_scope_get_dns_server() calls manager_get_dns_server(), which tries to read /etc/resolv.conf.
  *