Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorSergey Prigogin2010-06-20 04:30:35 +0000
committerSergey Prigogin2010-06-20 04:30:35 +0000
commit03b05684c9af5b791b068c64dc134e8b84ac6d4c (patch)
tree176cf43752abd350ee7978b0956a48ba837323dc /debug
parenta36bc1eeab7f26e17a45432dbca5e417edfe37e2 (diff)
downloadorg.eclipse.cdt-03b05684c9af5b791b068c64dc134e8b84ac6d4c.tar.gz
org.eclipse.cdt-03b05684c9af5b791b068c64dc134e8b84ac6d4c.tar.xz
org.eclipse.cdt-03b05684c9af5b791b068c64dc134e8b84ac6d4c.zip
Fixed a typo.
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.debug.mi.core/cdi/org/eclipse/cdt/debug/mi/core/cdi/model/type/ArrayValue.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.core/cdi/org/eclipse/cdt/debug/mi/core/cdi/model/type/ArrayValue.java b/debug/org.eclipse.cdt.debug.mi.core/cdi/org/eclipse/cdt/debug/mi/core/cdi/model/type/ArrayValue.java
index f1e7afc5a00..ade3236a746 100644
--- a/debug/org.eclipse.cdt.debug.mi.core/cdi/org/eclipse/cdt/debug/mi/core/cdi/model/type/ArrayValue.java
+++ b/debug/org.eclipse.cdt.debug.mi.core/cdi/org/eclipse/cdt/debug/mi/core/cdi/model/type/ArrayValue.java
@@ -59,7 +59,7 @@ public class ArrayValue extends DerivedValue implements ICDIArrayValue, ICDIPoin
/* GDB is appallingly slow on array fetches. As as slow as 128 entries
* per second on NT gdbs with slow processors. We need to set a timeout
- * that's appropraitely scaled by number of children to give the slave
+ * that's appropriately scaled by number of children to give the slave
* GDB time to respond. In the end perhaps we want a UI for this. As it
* is, let's just make up a number that's 5 seconds for us plus one
* second for every 128 entries. */

Back to the top