Skip to content

Commit

Permalink
Fix comment thinko
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Jun 19, 2013
1 parent 8527f8b commit 64ea085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/jvm/runtime/org/perl6/nqp/runtime/ContextKey.java
Expand Up @@ -5,7 +5,7 @@
import java.lang.invoke.MethodType;

/**
* Provides a simple way for HLL authors to hang data off of ThreadContext and GlobalContext. The implementation uses a monomorphic inline cache for speed when a single HLL is running most of the time.
* Provides a simple way for HLL authors to hang data off of ThreadContext and GlobalContext. The implementation uses a monomorphic thread-local cache for speed when a single HLL is running most of the time.
*/
public class ContextKey<T,G> {
Class<T> tclass;
Expand Down

0 comments on commit 64ea085

Please sign in to comment.