From: Yu Watanabe Date: Fri, 2 Feb 2024 00:13:00 +0000 (+0900) Subject: core/unit: fix typo X-Git-Tag: v256-rc1~990 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=197e77c527bc7765fded0dbeac9132d189f3e956;p=thirdparty%2Fsystemd.git core/unit: fix typo Follow-up for 16b6af6adefa4068b10e1a04f46fc895cb9a3af7. --- diff --git a/src/core/unit.c b/src/core/unit.c index 2998ed9ba52..0c48e5fa606 100644 --- a/src/core/unit.c +++ b/src/core/unit.c @@ -6149,7 +6149,7 @@ void unit_next_freezer_state(Unit *u, FreezerAction action, FreezerState *ret, F assert(ret); assert(ret_target); - /* This function determintes the correct freezer state transitions for a unit + /* This function determines the correct freezer state transitions for a unit * given the action being requested. It returns the next state, and also the "target", * which is either FREEZER_FROZEN or FREEZER_RUNNING, depending on what actual state we * ultimately want to achieve. */