summaryrefslogtreecommitdiff
path: root/docs/INITRD_INTERFACE.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/INITRD_INTERFACE.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/INITRD_INTERFACE.md')
-rw-r--r--docs/INITRD_INTERFACE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INITRD_INTERFACE.md b/docs/INITRD_INTERFACE.md
index 2d1d0ac607..3898840c56 100644
--- a/docs/INITRD_INTERFACE.md
+++ b/docs/INITRD_INTERFACE.md
@@ -12,7 +12,7 @@ The Linux initrd mechanism (short for "initial RAM disk") refers to a small
file system archive that is unpacked by the kernel and contains the first
userspace code that runs. It typically finds and transitions into the actual
root file system to use. systemd supports both initrd and initrd-less boots. If
-an initrd is used it is a good idea to pass a few bits of runtime information
+an initrd is used, it is a good idea to pass a few bits of runtime information
from the initrd to systemd in order to avoid duplicate work and to provide
performance data to the administrator. In this page we attempt to roughly
describe the interfaces that exist between the initrd and systemd. These