summaryrefslogtreecommitdiffstats
path: root/node-repository
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2020-06-18 09:03:25 +0200
committerGitHub <noreply@github.com>2020-06-18 09:03:25 +0200
commited30906d441364b95b99f52355d218a085246fa6 (patch)
tree5988e684b87f279c924fe9a2a2255059162c64ba /node-repository
parent5d04fa9dbff280689878a14eddbeebc40dfb9632 (diff)
Update node-repository/src/main/java/com/yahoo/vespa/hosted/provision/provisioning/HostCapacity.java
Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
Diffstat (limited to 'node-repository')
-rw-r--r--node-repository/src/main/java/com/yahoo/vespa/hosted/provision/provisioning/HostCapacity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/provisioning/HostCapacity.java b/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/provisioning/HostCapacity.java
index 4125345d492..fd16e61417f 100644
--- a/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/provisioning/HostCapacity.java
+++ b/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/provisioning/HostCapacity.java
@@ -33,7 +33,7 @@ public class HostCapacity {
public NodeList allNodes() { return allNodes; }
/**
- * Spare hosts are the two hosts in the system with the most free capacity.
+ * Spare hosts are the hosts in the system with the most free capacity.
*
* We do not count retired or inactive nodes as used capacity (as they could have been
* moved to create space for the spare node in the first place).