test: fix typo in comment

This commit is contained in:
Luca Boccassi
2025-08-16 10:53:07 +01:00
parent fd51a7d8b5
commit 855b6b77e0

View 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.
*