diff options
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r-- | documentation/poky-ref-manual/technical-details.xml | 2 | ||||
-rw-r--r-- | documentation/poky-ref-manual/usingpoky.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml index f3fcf14ccd..a63943e0c6 100644 --- a/documentation/poky-ref-manual/technical-details.xml +++ b/documentation/poky-ref-manual/technical-details.xml | |||
@@ -636,7 +636,7 @@ | |||
636 | <title>Using x32 Right Now</title> | 636 | <title>Using x32 Right Now</title> |
637 | 637 | ||
638 | <para> | 638 | <para> |
639 | Despite the fact the x32 psABI support is in developement state for this release of the | 639 | Despite the fact the x32 psABI support is in development state for this release of the |
640 | Yocto Project, you can follow these steps to use the x32 spABI: | 640 | Yocto Project, you can follow these steps to use the x32 spABI: |
641 | <itemizedlist> | 641 | <itemizedlist> |
642 | <listitem><para>Add the <filename>experimental/meta-x32</filename> layer to your local | 642 | <listitem><para>Add the <filename>experimental/meta-x32</filename> layer to your local |
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml index c80b080cc8..914a0f5771 100644 --- a/documentation/poky-ref-manual/usingpoky.xml +++ b/documentation/poky-ref-manual/usingpoky.xml | |||
@@ -295,7 +295,7 @@ | |||
295 | if fatal_error: | 295 | if fatal_error: |
296 | bb.fatal("fatal_error detected, unable to print the task list") | 296 | bb.fatal("fatal_error detected, unable to print the task list") |
297 | bb.plain("The tasks present are abc") | 297 | bb.plain("The tasks present are abc") |
298 | bb.debug(2, "Finished figureing out the tasklist") | 298 | bb.debug(2, "Finished figuring out the tasklist") |
299 | } | 299 | } |
300 | </literallayout> | 300 | </literallayout> |
301 | </para> | 301 | </para> |