diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-04-16 17:50:21 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-04-16 18:00:40 +0200 |
commit | 162392b75a0d23a40112f72e07100a8fe3f3d7cc (patch) | |
tree | ccbaee832f4cd62c53c246377ebfa0b05e924677 /src/boot/bootctl.c | |
parent | network: Allow DHCPv6 client to be started even if no O or M bit in RA. (diff) | |
download | systemd-162392b75a0d23a40112f72e07100a8fe3f3d7cc.tar.xz systemd-162392b75a0d23a40112f72e07100a8fe3f3d7cc.zip |
tree-wide: spellcheck using codespell
Fixes #15436.
Diffstat (limited to 'src/boot/bootctl.c')
-rw-r--r-- | src/boot/bootctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index 1fa6773db5..222b382d57 100644 --- a/src/boot/bootctl.c +++ b/src/boot/bootctl.c @@ -1435,7 +1435,7 @@ static int install_random_seed(const char *esp) { * the EFI variable space we can make sure that even though the random seeds on disk * are all the same they will be different on each system under the assumption that * the EFI variable space is maintained separate from the random seed storage. That - * is generally the case on physical systems, as the ESP is stored on persistant + * is generally the case on physical systems, as the ESP is stored on persistent * storage, and the EFI variables in NVRAM. However in virtualized environments this * is generally not true: the EFI variable set is typically stored along with the * disk image itself. For example, using the OVMF EFI firmware the EFI variables are |