projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d282d55
)
core/unit: fix typo
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Fri, 2 Feb 2024 00:13:00 +0000
(09:13 +0900)
committer
Yu 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
patch
|
blob
|
history
diff --git
a/src/core/unit.c
b/src/core/unit.c
index 2998ed9ba52313cb81dc11bddf9c85db68f1f571..0c48e5fa6068e430797e396c8a8ac2a6b817a423 100644
(file)
--- 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 determin
t
es 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. */