diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-10-18 22:36:50 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-10-18 22:36:50 +0200 |
commit | bdc02927f78180816bcc46e25e72ca0436a2268f (patch) | |
tree | 64ed6779eb89ea42f6a31c92c6f4e72dd87baff6 /src/journal/sd-journal.c | |
parent | 1cd8a002ff459791967122c2c8be2ccd44dafcf2 (diff) |
journal: typo fix
Diffstat (limited to 'src/journal/sd-journal.c')
-rw-r--r-- | src/journal/sd-journal.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |