summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-06-09 13:08:20 +0200
committerHarald Musum <musum@verizonmedia.com>2020-06-09 13:08:20 +0200
commit85d3a01c318b4b759250d3a2cc2f74ba09af7cbb (patch)
treeeca64a019c4a6a9f328a40026c2668990fdcb336 /container-core
parentdd3c0afdf60219a83320e07165294b7e108b5b11 (diff)
Update some comments
Diffstat (limited to 'container-core')
-rw-r--r--container-core/src/main/java/com/yahoo/container/protect/ProcessTerminator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-core/src/main/java/com/yahoo/container/protect/ProcessTerminator.java b/container-core/src/main/java/com/yahoo/container/protect/ProcessTerminator.java
index 38f5b72336b..16cf741813c 100644
--- a/container-core/src/main/java/com/yahoo/container/protect/ProcessTerminator.java
+++ b/container-core/src/main/java/com/yahoo/container/protect/ProcessTerminator.java
@@ -5,7 +5,7 @@ import com.yahoo.protect.Process;
/**
* An injectable terminator of the Java vm.
- * Components that encounters conditions where the vm should be terminator should
+ * Components that encounters conditions where the vm should be terminated should
* request an instance of this injected. That makes termination testable
* as tests can create subclasses of this which register the termination request
* rather than terminating.