1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Better choice of words in comment in last commit.

This commit is contained in:
John Cortell 2008-01-16 23:04:42 +00:00
parent 3dff3a9d29
commit 157e94c9d5

View file

@ -657,7 +657,7 @@ public class CBreakpointManager implements IBreakpointsListener, IBreakpointMana
final ICDITarget cdiTarget = getCDITarget();
// Clean up the target filter to avoid that the CDebugTarget remains referenced by the breakpoint.
// Note that while we're "removing" breakpoints from a debug session, the breakpoint objects in the
// Note that though we're "removing" breakpoints from a debug session, the breakpoint objects in the
// platform aren't going anywhere. They are "global" model elements. They go away only when the user
// deletes them.
CDebugTarget target = getDebugTarget();