diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index 485064daf9..aaf0fbda95 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -420,7 +420,7 @@
statements that do not support your targeted hardware in addition to the inclusion
of any new recipes you might need.
In this example, it was simply a matter of ridding the new layer
- meta-machine of any code that supported the EMGD features
+ meta-mymachine of any code that supported the EMGD features
and making sure we were identifying the kernel that supports our example, which
is the atom-pc-standard kernel.
We did not introduce any new recipes to the layer.
@@ -455,7 +455,7 @@
Thus, entering the previous command created the yocto-build directory.
If you do not provide a name for the build directory it defaults to
build.
- The yocot-build directory contains a
+ The yocto-build directory contains a
conf directory that has
two configuration files you will need to check: bblayers.conf
and local.conf.