]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core/unit: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Feb 2024 00:13:00 +0000 (09:13 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Feb 2024 00:13:05 +0000 (09:13 +0900)
Follow-up for 16b6af6adefa4068b10e1a04f46fc895cb9a3af7.

src/core/unit.c

index 2998ed9ba52313cb81dc11bddf9c85db68f1f571..0c48e5fa6068e430797e396c8a8ac2a6b817a423 100644 (file)
@@ -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. */