1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Change-Id: I7b941eb2d51b96e6e7669a34509dd7ebed241e52
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
Marc Khouzam 2014-04-03 14:36:54 -04:00
parent c9c64b1cd2
commit b2503d844f

View file

@ -20,7 +20,7 @@ import org.eclipse.core.runtime.CoreException;
/**
* An extension to {@link ICBreakpoint} with model-specific breakpoint
* attributes. Different debug models can use the standard C breakpoints that
* extend the basic <code>ICBreakpoint</code>. The can use this extension
* extend the basic <code>ICBreakpoint</code>. They can use this extension
* mechanism to edit and store model-specific data in the original breakpoint
* object.
*