diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-02-07 09:45:13 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-02-07 09:45:13 -0500 |
commit | ef9fde5378c0b2614991f9e3c4ac525cc07736a8 (patch) | |
tree | 2159b9df901be7dae31abb99d20d5cc28ad2c29f /src/journal | |
parent | 4121e255f29b2a2d5912cc5987114d7877951190 (diff) | |
parent | 1f133e0d538305edfce55198abadaa9a32ab23ab (diff) |
Merge pull request #2546 from torstehu/fix-typo3
treewide: fix typos and spacing
Diffstat (limited to 'src/journal')
-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 7a3aaf0cab..5ff2335efe 100644 --- a/src/journal/sd-journal.c +++ b/src/journal/sd-journal.c @@ -2638,7 +2638,7 @@ _public_ int sd_journal_enumerate_fields(sd_journal *j, const char **field) { } } - /* We use OBJECT_UNUSED here, so that the iteator below doesn't remove our mmap window */ + /* We use OBJECT_UNUSED here, so that the iterator below doesn't remove our mmap window */ r = journal_file_move_to_object(f, OBJECT_UNUSED, j->fields_offset, &o); if (r < 0) return r; |