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;