| Index: plugins/org.chromium.debug.core/src/org/chromium/debug/core/util/ScriptTargetMapping.java
|
| diff --git a/plugins/org.chromium.debug.core/src/org/chromium/debug/core/util/ScriptTargetMapping.java b/plugins/org.chromium.debug.core/src/org/chromium/debug/core/util/ScriptTargetMapping.java
|
| index 8bdefbbb75e2746ac6d120e2092f4a54ddaaa362..0d00d00253a16fd919d6f4e3b51c01b56489a010 100644
|
| --- a/plugins/org.chromium.debug.core/src/org/chromium/debug/core/util/ScriptTargetMapping.java
|
| +++ b/plugins/org.chromium.debug.core/src/org/chromium/debug/core/util/ScriptTargetMapping.java
|
| @@ -26,7 +26,7 @@ public class ScriptTargetMapping {
|
|
|
| /**
|
| * Set of VmResource's that the file gets mapped to. Must be non-empty. Several resources
|
| - * are only possible in inaccurate source lookup mode.
|
| + * are only possible in 'auto-detect' source lookup mode.
|
| */
|
| private final Collection<? extends VmResource> vmResources;
|
|
|
|
|