From 06d91ad77eb81a63f3228a21affdb560bf7947c9 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Tue, 17 Nov 2015 14:08:37 +0100 Subject: hostname-util: fix code comment --- src/basic/hostname-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/basic/hostname-util.c') diff --git a/src/basic/hostname-util.c b/src/basic/hostname-util.c index ea0528c6fc..c57a3cbd60 100644 --- a/src/basic/hostname-util.c +++ b/src/basic/hostname-util.c @@ -72,7 +72,7 @@ static bool hostname_valid_char(char c) { * allow_trailing_dot is true and at least two components are present * in the name. Note that due to the restricted charset and length * this call is substantially more conservative than - * dns_domain_is_valid(). + * dns_name_is_valid(). */ bool hostname_is_valid(const char *s, bool allow_trailing_dot) { unsigned n_dots = 0; -- cgit v1.2.3-54-g00ecf