diff options
author | Torstein Husebø <torstein@huseboe.net> | 2016-01-13 14:52:51 +0100 |
---|---|---|
committer | Torstein Husebø <torstein@huseboe.net> | 2016-02-07 15:31:04 +0100 |
commit | 1f133e0d538305edfce55198abadaa9a32ab23ab (patch) | |
tree | 47999e1c62628ae11bb2673fbc2a445f2710b218 /src/journal/sd-journal.c | |
parent | d8889a887b7e79f5e7a2ac2c1b98ffa5e473a2d5 (diff) | |
download | systemd-1f133e0d538305edfce55198abadaa9a32ab23ab.tar.gz |
treewide: fix typos and spacing
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 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; |