diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-01 07:29:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 17:41:28 +0100 |
commit | f85c5a559ce8c07ae896a9106e52176e73b289d5 (patch) | |
tree | 101311a2fdfd3c16b3c120521a8a1a5b0626c4da /documentation | |
parent | 050263f1aa4049135ffe92ea8ab73da0dbd2aab4 (diff) | |
download | poky-f85c5a559ce8c07ae896a9106e52176e73b289d5.tar.gz |
documentation: dev-manual - grammar correction.
(From yocto-docs rev: c127a2f1eaf401728b295113b66ca5828619fbea)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 1357a630a9..c7e1d25839 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -1749,7 +1749,7 @@ | |||
1749 | <title>Debugging With the GNU Project Debugger (GDB) Remotely</title> | 1749 | <title>Debugging With the GNU Project Debugger (GDB) Remotely</title> |
1750 | 1750 | ||
1751 | <para> | 1751 | <para> |
1752 | GDB allows you to examine running programs, which in turn help you to understand and fix problems. | 1752 | GDB allows you to examine running programs, which in turn helps you to understand and fix problems. |
1753 | It also allows you to perform post-mortem style analysis of program crashes. | 1753 | It also allows you to perform post-mortem style analysis of program crashes. |
1754 | GDB is available as a package within the Yocto Project and by default is | 1754 | GDB is available as a package within the Yocto Project and by default is |
1755 | installed in sdk images. | 1755 | installed in sdk images. |