From a2715690ec6b3b9003953bda81020c9910f6c22f Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Tue, 17 Nov 2015 14:08:37 +0100 Subject: [PATCH] hostname-util: fix code comment --- src/basic/hostname-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basic/hostname-util.c b/src/basic/hostname-util.c index 206959dad..23366e57b 100644 --- a/src/basic/hostname-util.c +++ b/src/basic/hostname-util.c @@ -74,7 +74,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; -- 2.30.2