summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/networkd-util.h')
-rw-r--r--src/network/networkd-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-util.h b/src/network/networkd-util.h
index a49e289351..9c472cfd50 100644
--- a/src/network/networkd-util.h
+++ b/src/network/networkd-util.h
@@ -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;