From: Yu Watanabe Date: Fri, 14 Jul 2023 07:53:41 +0000 (+0900) Subject: sd-journal: fix 'the the' X-Git-Tag: v254-rc2~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4cbabc195cf2907f10df55f373c29760d155c1b4;p=thirdparty%2Fsystemd.git sd-journal: fix 'the the' --- diff --git a/src/libsystemd/sd-journal/sd-journal.c b/src/libsystemd/sd-journal/sd-journal.c index d84b1177835..5e49311327a 100644 --- a/src/libsystemd/sd-journal/sd-journal.c +++ b/src/libsystemd/sd-journal/sd-journal.c @@ -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 */ } }