From: Beniamino Galvani Date: Tue, 17 Nov 2015 13:08:37 +0000 (+0100) Subject: hostname-util: fix code comment X-Git-Tag: v229~308^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1931%2Fhead;p=thirdparty%2Fsystemd.git hostname-util: fix code comment --- diff --git a/src/basic/hostname-util.c b/src/basic/hostname-util.c index ea0528c6fcb..c57a3cbd60e 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;