]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-journal: fix 'the the'
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 14 Jul 2023 07:53:41 +0000 (16:53 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 14 Jul 2023 07:53:41 +0000 (16:53 +0900)
src/libsystemd/sd-journal/sd-journal.c

index d84b1177835ddbf74bbe98187dea9728ef1fa2ac..5e49311327af201c0430dba94c647bf16442546e 100644 (file)
@@ -450,8 +450,7 @@ static int journal_file_find_newest_for_boot_id(
                         return log_debug_errno(r, "Failed to read tail timestamp while trying to find newest journal file for boot ID %s.", SD_ID128_TO_STRING(id));
 
                 /* Refreshing the timestamp we read might have reshuffled the prioq, hence let's check the
-                 * prioq again and only use the the information once we reached an equilibrium or hit a
-                 * limit */
+                 * prioq again and only use the information once we reached an equilibrium or hit a limit */
         }
 }