Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2011-08-05 20:23:43 +0000
committerMarc Khouzam2011-08-05 20:23:43 +0000
commit0b0cc40fc84575aa95244cade5f85990e785495c (patch)
treeb1ed256a2395df3c270494c867c330cdc519d28f /dsf-gdb
parentf0f38554230a5ef1c6e19ee1d10e664fb2585a4c (diff)
downloadorg.eclipse.cdt-0b0cc40fc84575aa95244cade5f85990e785495c.tar.gz
org.eclipse.cdt-0b0cc40fc84575aa95244cade5f85990e785495c.tar.xz
org.eclipse.cdt-0b0cc40fc84575aa95244cade5f85990e785495c.zip
Typo
Diffstat (limited to 'dsf-gdb')
-rw-r--r--dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/launching/GdbLaunchDelegate.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/launching/GdbLaunchDelegate.java b/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/launching/GdbLaunchDelegate.java
index d6bf6ab9b5d..4cf94210bb0 100644
--- a/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/launching/GdbLaunchDelegate.java
+++ b/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/launching/GdbLaunchDelegate.java
@@ -277,7 +277,7 @@ public class GdbLaunchDelegate extends AbstractCLaunchDelegate2
// Forcibly turn off non-stop for post-mortem sessions.
// Non-stop does not apply to post-mortem sessions.
// Now that we can have non-stop defaulting to enabled, it will prevent
- // post-mortem sessions from starting for GDBs <= 6.8 and there is no way to turn if off
+ // post-mortem sessions from starting for GDBs <= 6.8 and there is no way to turn it off
// Bug 348091
if (LaunchUtils.getSessionType(config) == SessionType.CORE) {
if (LaunchUtils.getIsNonStopMode(config)) {

Back to the top