Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorJohn Cortell2008-05-07 23:25:31 +0000
committerJohn Cortell2008-05-07 23:25:31 +0000
commit9ec9ace2e49842d9bc0b5571c1faf3caa22331a9 (patch)
tree258842cc6ebafb19b1786533e455068e9ddd7c61 /debug
parentc348507f85303e924ac1673d75c756059351cf16 (diff)
downloadorg.eclipse.cdt-9ec9ace2e49842d9bc0b5571c1faf3caa22331a9.tar.gz
org.eclipse.cdt-9ec9ace2e49842d9bc0b5571c1faf3caa22331a9.tar.xz
org.eclipse.cdt-9ec9ace2e49842d9bc0b5571c1faf3caa22331a9.zip
Typo
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/model/ICBreakpointTyped.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/model/ICBreakpointTyped.java b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/model/ICBreakpointTyped.java
index f5462c66670..de151d8d459 100644
--- a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/model/ICBreakpointTyped.java
+++ b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/model/ICBreakpointTyped.java
@@ -27,7 +27,7 @@ public interface ICBreakpointTyped {
/**
* 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
- * 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,
* hit once and then uninstalled.
*/

Back to the top