summaryrefslogtreecommitdiff
path: root/src/grp-machine/systemd-machined/machined.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-machine/systemd-machined/machined.c')
-rw-r--r--src/grp-machine/systemd-machined/machined.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-machine/systemd-machined/machined.c b/src/grp-machine/systemd-machined/machined.c
index 83a74e2549..a01d1820a1 100644
--- a/src/grp-machine/systemd-machined/machined.c
+++ b/src/grp-machine/systemd-machined/machined.c
@@ -304,7 +304,7 @@ void manager_gc(Manager *m, bool drop_not_started) {
machine_get_state(machine) != MACHINE_CLOSING)
machine_stop(machine);
- /* Now, the stop stop probably made this referenced
+ /* Now, the stop probably made this referenced
* again, but if it didn't, then it's time to let it
* go entirely. */
if (!machine_check_gc(machine, drop_not_started)) {