summaryrefslogtreecommitdiffstats
path: root/component/src/main
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2021-11-17 19:48:03 +0100
committerGitHub <noreply@github.com>2021-11-17 19:48:03 +0100
commit55f27e2ad4fb5272120e50d51ccc6fd1f0b2bfbb (patch)
treef0be57b19b3f908145e0b7c0440d4aa99ddb9ff9 /component/src/main
parentab3518e8b3a4caf742e12a134c4fb1d2bbf3c293 (diff)
parentfbdc8549df12ffd68f470bdbabff72d49951cf61 (diff)
Merge pull request #20071 from vespa-engine/jonmv/vespa-cli-test-runnerv7.503.19
Jonmv/vespa cli test runner
Diffstat (limited to 'component/src/main')
-rw-r--r--component/src/main/java/com/yahoo/component/provider/ComponentRegistry.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/component/src/main/java/com/yahoo/component/provider/ComponentRegistry.java b/component/src/main/java/com/yahoo/component/provider/ComponentRegistry.java
index ec6f21e4f53..1dddcbcc461 100644
--- a/component/src/main/java/com/yahoo/component/provider/ComponentRegistry.java
+++ b/component/src/main/java/com/yahoo/component/provider/ComponentRegistry.java
@@ -20,7 +20,7 @@ import java.util.Set;
* <p>
* This registry supports the <i>freeze</i> pattern - changes can be made
* to this registry until {@link #freeze} is called. Subsequent change attempts will cause an
- * exception. Freezing a registry after building makes it possible toi avoid locking and memory
+ * exception. Freezing a registry after building makes it possible to avoid locking and memory
* synchronization on lookups.
*
* @author bratseth