projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cd8a00
)
journal: typo fix
author
Lennart Poettering
<lennart@poettering.net>
Thu, 18 Oct 2012 20:36:50 +0000
(22:36 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Thu, 18 Oct 2012 20:36:50 +0000
(22:36 +0200)
src/journal/sd-journal.c
patch
|
blob
|
history
diff --git
a/src/journal/sd-journal.c
b/src/journal/sd-journal.c
index
772a4fb
..
09b0eb8
100644
(file)
--- 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)