]> 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)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 3 Sep 2025 10:10:48 +0000 (12:10 +0200)
(cherry picked from commit 855b6b77e0333ed9217ea01344ee7c1415d3e0b6)

src/resolve/test-dns-query.c

index fac00b8073b7499905e9e9f659e7c3ddd4fb130d..1f7a6a393ef39856775f736aea66f1cf92ed8f1c 100644 (file)
@@ -701,7 +701,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.
  *