From 5d021be6f81c325ff02297eb73a319dde8c8eec1 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Fri, 5 Aug 2011 16:25:06 -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 37896f2f68b..1171ad73670 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 @@ -275,7 +275,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)) {