]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - docs/CODING_STYLE.md
tree-wide: use "hostname" spelling everywhere
[thirdparty/systemd.git] / docs / CODING_STYLE.md
index c8ca8bfefcaa6e9df775359d75daaac68f2ff717..12a0c993fc99f37eb224458983d4adc48a25f078 100644 (file)
@@ -424,7 +424,7 @@ layout: default
 
 ## Deadlocks
 
-- Do not issue NSS requests (that includes user name and host name lookups)
+- Do not issue NSS requests (that includes user name and hostname lookups)
   from PID 1 as this might trigger deadlocks when those lookups involve
   synchronously talking to services that we would need to start up.