mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
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:
parent
99b4327a55
commit
5f913506f4
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user