From 0b0cc40fc84575aa95244cade5f85990e785495c Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Fri, 5 Aug 2011 16:23:43 -0400 Subject: [PATCH] Typo --- .../org/eclipse/cdt/dsf/gdb/launching/GdbLaunchDelegate.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {