Fix typos (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@179 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Uwe Hermann 2007-03-03 15:27:08 +00:00
parent 80136bc17c
commit 1a62f0a12b

View file

@ -1,4 +1,4 @@
#LyX 1.4.2 created this file. For more info see http://www.lyx.org/
#LyX 1.4.3 created this file. For more info see http://www.lyx.org/
\lyxformat 245
\begin_document
\begin_header
@ -485,7 +485,7 @@ The boot process consists of a number of independent, seperately compiled
\begin_layout Standard
By design, the seperate components can be individually replaced without
replacing any other component.
This design impliies that functions such as print are duplicated in the
This design implies that functions such as print are duplicated in the
code.
If this duplication causes problems we can revisit this decision.
@ -715,7 +715,7 @@ dev_root_phase3
to set up an enable_dev function.
In other words, for any device, it is possible to call some 'preparation'
code for that device.
We show an example of such a function below, from the qemu mainboard.
We show an example of such a function below, from the QEMU mainboard.
First, we show the dts, to show how the chip operations can be enabled.
\end_layout
@ -1033,7 +1033,7 @@ The point of phase 4 is to determine what resources are needed for each
\end_layout
\begin_layout Standard
A similarl mutual recursion is employed, starting again at the root.
A similar mutual recursion is employed, starting again at the root.
The root devices phase 4 ops are called with the root device as a parameter.
For each link on the device, and for each type of resource that is needed
to be determined, the compute_allocate_resource function is called.