summaryrefslogtreecommitdiff
path: root/docs/JOURNAL_FILE_FORMAT.md
diff options
context:
space:
mode:
authorErik Sjölund <erik.sjolund@gmail.com>2022-01-26 19:42:49 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2022-01-26 22:35:33 +0000
commitf223fd6addad51e1661d3baa409eb12de5065817 (patch)
tree146fe71d303e4713395adcba240bb79dafa57ef1 /docs/JOURNAL_FILE_FORMAT.md
parentb6d2f0338ed46bbe4e1ee09a7fd578241f7e75b3 (diff)
downloadsystemd-f223fd6addad51e1661d3baa409eb12de5065817.tar.gz
docs: fix typos and improve language
Fix typos and improve the language by adding a few commas and a missing word.
Diffstat (limited to 'docs/JOURNAL_FILE_FORMAT.md')
-rw-r--r--docs/JOURNAL_FILE_FORMAT.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/JOURNAL_FILE_FORMAT.md b/docs/JOURNAL_FILE_FORMAT.md
index f9c9fcb314..0036ee45d6 100644
--- a/docs/JOURNAL_FILE_FORMAT.md
+++ b/docs/JOURNAL_FILE_FORMAT.md
@@ -297,7 +297,7 @@ STATE_ARCHIVED. If a writer is asked to write to a file that is not in
STATE_OFFLINE it should immediately rotate the file and start a new one,
without changing the file.
-After and before the state field is changed `fdatasync()` should be executed on
+After and before the state field is changed, `fdatasync()` should be executed on
the file to ensure the dirty state hits disk.