1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

documentation/poky-ref-manual: Typos fixed.

(From yocto-docs rev: 3f05eca756cb70adbaa639d2b677f88ae720ba4a)

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert P. J. Day
2012-03-26 09:53:39 -06:00
committed by Richard Purdie
parent 5df1753a15
commit d5318a3358
2 changed files with 2 additions and 2 deletions
@@ -636,7 +636,7 @@
<title>Using x32 Right Now</title>
<para>
Despite the fact the x32 psABI support is in developement state for this release of the
Despite the fact the x32 psABI support is in development state for this release of the
Yocto Project, you can follow these steps to use the x32 spABI:
<itemizedlist>
<listitem><para>Add the <filename>experimental/meta-x32</filename> layer to your local
+1 -1
View File
@@ -295,7 +295,7 @@
if fatal_error:
bb.fatal("fatal_error detected, unable to print the task list")
bb.plain("The tasks present are abc")
bb.debug(2, "Finished figureing out the tasklist")
bb.debug(2, "Finished figuring out the tasklist")
}
</literallayout>
</para>