Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2009-04-20 17:10:33 +0000
committereutarass2009-04-20 17:10:33 +0000
commitbe9495930627ba45c2fc1f01e0efeb1c9853134b (patch)
tree29be7dff0e33967586d7422700da3d9ba94f306b
parent56266a565a504f6d986d01d863e8b4904db47d25 (diff)
downloadorg.eclipse.tcf-be9495930627ba45c2fc1f01e0efeb1c9853134b.tar.gz
org.eclipse.tcf-be9495930627ba45c2fc1f01e0efeb1c9853134b.tar.xz
org.eclipse.tcf-be9495930627ba45c2fc1f01e0efeb1c9853134b.zip
Fixed typo in a comment
-rw-r--r--plugins/org.eclipse.tm.tcf/src/org/eclipse/tm/tcf/services/IExpressions.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.tm.tcf/src/org/eclipse/tm/tcf/services/IExpressions.java b/plugins/org.eclipse.tm.tcf/src/org/eclipse/tm/tcf/services/IExpressions.java
index 4d6a1ace8..0018fb837 100644
--- a/plugins/org.eclipse.tm.tcf/src/org/eclipse/tm/tcf/services/IExpressions.java
+++ b/plugins/org.eclipse.tm.tcf/src/org/eclipse/tm/tcf/services/IExpressions.java
@@ -240,7 +240,7 @@ public interface IExpressions extends IService {
}
/**
- * Dispose an expression context that was created by createContext()
+ * Dispose an expression context that was created by create()
* @param id - the expression context ID
* @param done - call back interface called when operation is completed.
* @return - pending command handle.

Back to the top