]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/execute.c
treewide: fix typos and remove accidental repetition of words
[thirdparty/systemd.git] / src / core / execute.c
index 8c487b371f94a12263ef16934d05598af0b36933..f4f5723c35f3e95768cdf7d704722c42b2fbcb2a 100644 (file)
@@ -2827,7 +2827,7 @@ void exec_context_dump(ExecContext *c, FILE* f, const char *prefix) {
 bool exec_context_maintains_privileges(ExecContext *c) {
         assert(c);
 
-        /* Returns true if the process forked off would run run under
+        /* Returns true if the process forked off would run under
          * an unchanged UID or as root. */
 
         if (!c->user)