resolv: Fix a comment typo in __resolv_conf_load

The file being referred to is host.conf, not hosts.conf.
This commit is contained in:
Arjun Shankar 2023-09-29 11:35:03 +02:00
parent 99b4327a55
commit 5f913506f4

View File

@ -553,7 +553,7 @@ struct resolv_conf *
__resolv_conf_load (struct __res_state *preinit,
struct file_change_detection *change)
{
/* Ensure that /etc/hosts.conf has been loaded (once). */
/* Ensure that /etc/host.conf has been loaded (once). */
_res_hconf_init ();
FILE *fp = fopen (_PATH_RESCONF, "rce");