aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/concurrent
diff options
context:
space:
mode:
authorThinh Bui <thinh.ducbui@gmail.com>2022-11-14 21:20:46 +0800
committerThinh Bui <thinh.ducbui@gmail.com>2022-11-14 21:20:46 +0800
commit99f8d59007dda5642ecf30890f9ea862da55162e (patch)
tree83307c1b972fdb47e01cbab0214aea986cb9498c /vespajlib/src/main/java/com/yahoo/concurrent
parent60e0c807988226eba418e9c80da2fd0b8f5e9015 (diff)
fix typo invokation -> invocation
Diffstat (limited to 'vespajlib/src/main/java/com/yahoo/concurrent')
-rw-r--r--vespajlib/src/main/java/com/yahoo/concurrent/ThreadLocalDirectory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespajlib/src/main/java/com/yahoo/concurrent/ThreadLocalDirectory.java b/vespajlib/src/main/java/com/yahoo/concurrent/ThreadLocalDirectory.java
index c3804b0c9b2..15ba65310ff 100644
--- a/vespajlib/src/main/java/com/yahoo/concurrent/ThreadLocalDirectory.java
+++ b/vespajlib/src/main/java/com/yahoo/concurrent/ThreadLocalDirectory.java
@@ -139,7 +139,7 @@ public final class ThreadLocalDirectory<AGGREGATOR, SAMPLE> {
*
* <p>
* The method may or may not return a fresh instance of the current
- * value for each invokation, if using a mutable aggregator the typical
+ * value for each invocation, if using a mutable aggregator the typical
* case will be returning the same instance for the new and old value of
* current, while if using an immutable aggregator, one is forced to
* return new instances.