From bdc02927f78180816bcc46e25e72ca0436a2268f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 18 Oct 2012 22:36:50 +0200 Subject: journal: typo fix --- src/journal/sd-journal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/journal/sd-journal.c b/src/journal/sd-journal.c index 772a4fb6dc..09b0eb8379 100644 --- a/src/journal/sd-journal.c +++ b/src/journal/sd-journal.c @@ -2259,7 +2259,7 @@ _public_ int sd_journal_enumerate_unique(sd_journal *j, const void **data, size_ size_t ol; bool found; - /* Proceed to next data object in list the field's linked list */ + /* Proceed to next data object in the field's linked list */ if (j->unique_offset == 0) { r = journal_file_find_field_object(j->unique_file, j->unique_field, k, &o, NULL); if (r < 0) -- cgit v1.2.3-54-g00ecf