]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shutdown/shutdown.c
tree-wide: update "that that"
[thirdparty/systemd.git] / src / shutdown / shutdown.c
index ee4e215c5797ba222877c48055402b36eab8f0c7..0d07865542e0f04759b7be6be1fb31212a0d5491 100644 (file)
@@ -232,8 +232,8 @@ static void sync_with_progress(void) {
 
         BLOCK_SIGNALS(SIGCHLD);
 
-        /* Due to the possibility of the sync operation hanging, we fork a child process and monitor the progress. If
-         * the timeout lapses, the assumption is that that particular sync stalled. */
+        /* Due to the possibility of the sync operation hanging, we fork a child process and monitor
+         * the progress. If the timeout lapses, the assumption is that the particular sync stalled. */
 
         r = asynchronous_sync(&pid);
         if (r < 0) {