From 9db429483bcc0ac6170d8884f1042619120e37ae Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Sat, 29 May 2010 10:29:41 +0000 Subject: [PATCH] Bug 314536; Typo --- .../cdt/dsf/gdb/internal/ui/launching/GDBSolibBlock.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/src/org/eclipse/cdt/dsf/gdb/internal/ui/launching/GDBSolibBlock.java b/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/src/org/eclipse/cdt/dsf/gdb/internal/ui/launching/GDBSolibBlock.java index aefc269a9b8..ab539f4bf2b 100644 --- a/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/src/org/eclipse/cdt/dsf/gdb/internal/ui/launching/GDBSolibBlock.java +++ b/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/src/org/eclipse/cdt/dsf/gdb/internal/ui/launching/GDBSolibBlock.java @@ -44,7 +44,7 @@ public class GDBSolibBlock extends Observable implements IMILaunchConfigurationC private boolean fAutoSolib = false; // Bug 314536 and Bug 314554 - // This option will make the DSF-GDB launch fail, and on Linux we have a problem where it will hand + // This option will make the DSF-GDB launch fail, and on Linux we have a problem where it will hang // Since this option was added for multi-process but it has not been completed for Linux yet, just hide it completely for now private boolean fUseSolibForApp = false;