summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-01 07:40:59 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-02 17:41:29 +0100
commit70c657200f63cd3f25889a4da449391210e6e68a (patch)
treeab3dc40126ab97ada12e42537770236c0bdbc89c /documentation/dev-manual/dev-manual-common-tasks.xml
parent418d7d643588795a6f2a1f6db9cf3b17543611d8 (diff)
downloadpoky-70c657200f63cd3f25889a4da449391210e6e68a.tar.gz
documentation: dev-manual - grammar fix and SDK caps on.
'sdk', when used in general terms should be capitialized. (From yocto-docs rev: 1d68746ae197620b533a9ad53e71b16c9e4e42b8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index a3bfcba36c..1025b0056b 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1873,10 +1873,10 @@
1873 <title>Making the Inferior Binaries Available</title> 1873 <title>Making the Inferior Binaries Available</title>
1874 1874
1875 <para> 1875 <para>
1876 The inferior binary (complete with all debugging symbols) as well as any 1876 The inferior binary (complete with all debugging symbols), as well as any
1877 libraries (and their debugging symbols) on which the inferior binary depends 1877 libraries (and their debugging symbols) on which the inferior binary depends,
1878 need to be available. 1878 needs to be available.
1879 There are a number of ways you can make these available. 1879 There are a number of ways you can make these items available.
1880 </para> 1880 </para>
1881 1881
1882 <para> 1882 <para>