tree-wide: fix typo

This commit is contained in:
Yu Watanabe 2021-12-02 00:07:21 +09:00
parent 2ed6297f71
commit a783421498
2 changed files with 3 additions and 3 deletions

View file

@ -38,8 +38,8 @@ manager, please consider supporting the following interfaces.
3. Pre-mount `/dev/` as (container private) `tmpfs` for the container and bind
mount some suitable TTY to `/dev/console`. If this is a pty, make sure to not
close the controling pty master during systemd's lifetime. PID1 will close ttys,
to avoid being killed by SAK. It only opens ttys for the time it
close the controlling pty master during systemd's lifetime. PID1 will close
ttys, to avoid being killed by SAK. It only opens ttys for the time it
actually needs to print something. Also, make sure to create device
nodes for `/dev/null`, `/dev/zero`, `/dev/full`, `/dev/random`,
`/dev/urandom`, `/dev/tty`, `/dev/ptmx` in `/dev/`. It is not necessary to

View file

@ -28,7 +28,7 @@ if efi_arch.length() == 0
if get_option('gnu-efi') == 'true'
error('gnu-efi support requested, but headers not found or efi arch is unknown')
endif
warning('gnu-efi headers not found or efi arch is unkown, disabling gnu-efi support')
warning('gnu-efi headers not found or efi arch is unknown, disabling gnu-efi support')
subdir_done()
endif