]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/nss-myhostname/nss-myhostname.c
tree-wide: use "hostname" spelling everywhere
[thirdparty/systemd.git] / src / nss-myhostname / nss-myhostname.c
index 8c16b7f360c294704a802224b8b3c9a063bae6cd..9aa6debc164e945be224444f8238248e0a79c1e7 100644 (file)
@@ -77,7 +77,7 @@ enum nss_status _nss_myhostname_gethostbyname4_r(
                         return NSS_STATUS_TRYAGAIN;
                 }
 
-                /* We respond to our local host name, our hostname suffixed with a single dot. */
+                /* We respond to our local hostname, our hostname suffixed with a single dot. */
                 if (!streq(name, hn) && !streq_ptr(startswith(name, hn), "."))
                         goto not_found;