diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 8b9aa4a223..f400ed4fe7 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -22,16 +22,6 @@
see the
Yocto Project Linux Kernel Development Manual.
- User Application Development:
- User Application Development covers development of applications
- that you intend to run on target hardware.
- For information on how to set up your host development system for
- user-space application development, see the
- Yocto Project Software Development Kit (SDK) Developer's Guide.
- For a simple example of user-space application development using
- the Eclipse IDE, see the
- "Developing Applications Using Eclipse" section.
-
Temporary Source Code Modification:
Direct modification of temporary source code is a convenient
development model to quickly iterate and develop towards a
@@ -374,20 +364,6 @@
-
- Application Development Workflow Using an SDK
-
-
- Standard and extensible Software Development Kits (SDK) make it easy
- to develop applications inside or outside of the Yocto Project
- development environment.
- Tools exist to help the application developer during any phase
- of development.
- For information on how to install and use an SDK, see the
- Yocto Project Software Development Kit (SDK) Developer's Guide.
-
-
-
Modifying Source Code
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 0e48043d38..37576537b4 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -695,7 +695,7 @@
The process is similar to checking out by branch name except you
use tag names.
- Checking out a branch based on a tag names gives you a
+ Checking out a branch based on a tag gives you a
stable set of files not affected by development on the
branch above the tag.