journal: typo fix

This commit is contained in:
Lennart Poettering 2012-10-18 22:36:50 +02:00
parent 1cd8a002ff
commit bdc02927f7
1 changed files with 1 additions and 1 deletions

View File

@ -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)