]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-util.h
codespell: fix spelling errors
[thirdparty/systemd.git] / src / network / networkd-util.h
index a49e2893511ed73381a84e7e6f6a2b13aa1f3639..9c472cfd50d5c9f0da3c94c4f733a65f619b4c52 100644 (file)
@@ -35,7 +35,7 @@ DEFINE_TRIVIAL_CLEANUP_FUNC(NetworkConfigSection*, network_config_section_free);
 extern const struct hash_ops network_config_hash_ops;
 
 static inline bool section_is_invalid(NetworkConfigSection *section) {
-        /* If this retuns false, then it does _not_ mean the section is valid. */
+        /* If this returns false, then it does _not_ mean the section is valid. */
 
         if (!section)
                 return false;