Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/IPath.java')
-rw-r--r--bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/IPath.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/IPath.java b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/IPath.java
index e52a3d9f5..6a5e8a1d2 100644
--- a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/IPath.java
+++ b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/IPath.java
@@ -30,7 +30,7 @@ package org.eclipse.core.runtime;
* appearing at the beginning of the path.
* </p>
* <p>
- * This interface can be used without the OSGi bundle present.
+ * This interface can be used without OSGi running.
* </p><p>
* This interface is not intended to be implemented by clients.
* </p>

Back to the top