From: Yu Watanabe Date: Fri, 15 May 2026 06:04:02 +0000 (+0900) Subject: sd-journal: update comments X-Git-Tag: v261-rc1~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c33a9eb858ef7b69385eb4ead36bf31905b0a7e5;p=thirdparty%2Fsystemd.git sd-journal: update comments --- diff --git a/src/libsystemd/sd-journal/sd-journal.c b/src/libsystemd/sd-journal/sd-journal.c index 52b3e616a17..01bca7e82a1 100644 --- a/src/libsystemd/sd-journal/sd-journal.c +++ b/src/libsystemd/sd-journal/sd-journal.c @@ -3162,7 +3162,7 @@ _public_ int sd_journal_wait(sd_journal *j, uint64_t timeout_usec) { if (r < 0) return r; - /* Server might have done some vacuuming while we weren't watching. Get rid of the deleted + /* journald might have done some vacuuming while we weren't watching. Get rid of the deleted * files now so they don't stay around indefinitely. */ ORDERED_HASHMAP_FOREACH(f, j->files) { r = journal_file_fstat(f); diff --git a/src/libsystemd/sd-journal/test-journal-interleaving.c b/src/libsystemd/sd-journal/test-journal-interleaving.c index 5cf65d89ed9..df5605f1bcb 100644 --- a/src/libsystemd/sd-journal/test-journal-interleaving.c +++ b/src/libsystemd/sd-journal/test-journal-interleaving.c @@ -566,7 +566,7 @@ static void test_sequence_numbers_one(void) { if (sd_id128_get_machine(NULL) >= 0) { two = journal_file_offline_close(two); - /* restart server */ + /* emulate a system restart */ seqnum = 0; ASSERT_OK(journal_file_open(-EBADF, "two.journal", O_RDWR, JOURNAL_COMPRESS, 0,