From 03b05684c9af5b791b068c64dc134e8b84ac6d4c Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Sun, 20 Jun 2010 04:30:35 +0000 Subject: [PATCH] Fixed a typo. --- .../eclipse/cdt/debug/mi/core/cdi/model/type/ArrayValue.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */