diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/Intel/Board/board.html | 2 | ||||
-rw-r--r-- | Documentation/Intel/SoC/soc.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/Intel/Board/board.html b/Documentation/Intel/Board/board.html index 4ba51df401..0d4631ad51 100644 --- a/Documentation/Intel/Board/board.html +++ b/Documentation/Intel/Board/board.html @@ -222,7 +222,7 @@ <li>Add the acpi_create_fadt routine <ol type="I"> <li>fill in the ACPI header</li> - <li>Call the acpi_fill_in_fadt routine</li> + <li>Call the acpi_fill_fadt routine</li> </ol> </li> </ol> diff --git a/Documentation/Intel/SoC/soc.html b/Documentation/Intel/SoC/soc.html index 53131c6e6f..8d565d52fe 100644 --- a/Documentation/Intel/SoC/soc.html +++ b/Documentation/Intel/SoC/soc.html @@ -667,7 +667,7 @@ Use the following steps to debug the call to TempRamInit: </li> <li>Create a acpi.c module: <ol type="A"> - <li>Add the acpi_fill_in_fadt routine and initialize the values above</li> + <li>Add the acpi_fill_fadt routine and initialize the values above</li> </ol> </li> </ol> |