bootable/kernel: Fix 'without' typo

Thanks to akhiezer <lfs65@cruziero.com> for pointing this out.
This commit is contained in:
Andrew Bradford
2017-05-01 12:44:55 -04:00
parent 40d238ab7c
commit 06c81a1a7c

View File

@ -42,7 +42,7 @@
<note os="f"><para>Since you are building for an embedded system make sure
all key components are built into the kernel and not as modules. The key
components are console/video, disk, and network. With out these built
components are console/video, disk, and network. Without these built
in, the system will not function properly. It is recommended to
configure the kernel without modules in order to conserve disk space
and to reduce the complexity of booting.</para></note>