mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 09:45:39 +02:00
Typo
This commit is contained in:
parent
c348507f85
commit
9ec9ace2e4
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public interface ICBreakpointTyped {
|
||||||
/**
|
/**
|
||||||
* A bit-wise qualifier (the only one); not a type in and of itself. All
|
* A bit-wise qualifier (the only one); not a type in and of itself. All
|
||||||
* types are even values (including zero). The least significant bit can be
|
* types are even values (including zero). The least significant bit can be
|
||||||
* turned on to further qualify the breakpoint as a one that the user
|
* turned on to further qualify the breakpoint as one that the user
|
||||||
* doesn't see. It is typically installed programatically by the debugger,
|
* doesn't see. It is typically installed programatically by the debugger,
|
||||||
* hit once and then uninstalled.
|
* hit once and then uninstalled.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue