summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornikolas <nikolas@gnu.org>2019-09-04 12:21:14 -0400
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-09-05 07:41:26 +0900
commit22aba2b96970972e1eaccb91c3e041fdfa6cae87 (patch)
tree05d17b92efa48585ade551c2187234569114e822
parent000e08ca70da3f05b6e71f4ef3a1c3373e1d1b0e (diff)
downloadsystemd-22aba2b96970972e1eaccb91c3e041fdfa6cae87.tar.gz
docs: fix typo in boot loader doc
-rw-r--r--docs/BOOT_LOADER_INTERFACE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BOOT_LOADER_INTERFACE.md b/docs/BOOT_LOADER_INTERFACE.md
index cbd66876af..c0ed099845 100644
--- a/docs/BOOT_LOADER_INTERFACE.md
+++ b/docs/BOOT_LOADER_INTERFACE.md
@@ -71,7 +71,7 @@ variables. All EFI variables use the vendor UUID
* `1 << 3` → The boot loader honours `LoaderEntryOneShot` when set.
* `1 << 4` → The boot loader supports boot counting as described in [Automatic Boot Assessment](https://systemd.io/AUTOMATIC_BOOT_ASSESSMENT).
* `1 << 5` → The boot loader supports looking for boot menu entries in the Extended Boot Loader Partition.
- * `1 << 6` → The boot loader spports passing a random seed to the OS.
+ * `1 << 6` → The boot loader supports passing a random seed to the OS.
* The EFI variable `LoaderRandomSeed` contains a binary random seed if set. It
is set by the boot loader to pass an entropy seed read from the ESP partition