1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 09:46:02 +02:00

Fixed typos in comment

This commit is contained in:
John Cortell 2009-09-02 15:15:41 +00:00
parent f138b26d24
commit 0df87d142e

View file

@ -18,11 +18,11 @@ import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Annotation idicating that given package, class, method, can be accessed on
* Annotation indicating that given package, class, method, can be accessed on
* any thread, except on the dispatch thread of given DsfExecutor.
* <br> This restriction is desirable if it is expected that the implementation
* behavior is to block the calling thread and execute a transaction using an
* executor. In this situation, if the call is made on the executor's dispach
* executor. In this situation, if the call is made on the executor's dispatch
* thread, the execution would dead-lock.
* <br>
* If declared on package or type, a field or method could still be declared