Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2010-06-28 20:03:26 +0000
committerVivian Kong2010-06-28 20:03:26 +0000
commit3236db21fc7a4e6729bf2e5ab9a25ee7601b09c1 (patch)
treeb9bc9831d9e2ce660089062555a6105e0a9d31b6
parentf4953626d5a8db84aea98ae2e2624dac3dde36f8 (diff)
downloadorg.eclipse.cdt-3236db21fc7a4e6729bf2e5ab9a25ee7601b09c1.tar.gz
org.eclipse.cdt-3236db21fc7a4e6729bf2e5ab9a25ee7601b09c1.tar.xz
org.eclipse.cdt-3236db21fc7a4e6729bf2e5ab9a25ee7601b09c1.zip
minor doc fix
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_dsfgdb.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dsfgdb.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dsfgdb.htm
index b8944ccd4f4..8317f6e413c 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dsfgdb.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dsfgdb.htm
@@ -35,7 +35,7 @@ specifically when using a <em>GDB (DSF)</em> launcher.
</tr>
<tr>
<td valign="top"><strong>Terminate GDB when last process exits</strong></td>
- <td valign="top">When checked, the CDT debugger will terminate the GDB host process's after all the target processes it is debugging have terminated. Otherwise it will leave it running.</td>
+ <td valign="top">When checked, the CDT debugger will terminate the GDB host process after all the target processes it is debugging have terminated. Otherwise it will leave it running.</td>
</tr>
<tr>
<td valign="top"><strong>Use enhanced debug hover</strong></td>

Back to the top