summaryrefslogtreecommitdiffstats
path: root/node-repository
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2020-05-27 19:23:08 +0200
committerGitHub <noreply@github.com>2020-05-27 19:23:08 +0200
commit69354e4b11df24bd7341c0edcbf9f44e5e15a781 (patch)
tree5657069cbda7caf0ab491c330e6131af273534ad /node-repository
parentc24b673cccf97a0fa01dbd70cb815442548513d5 (diff)
Update node-repository/src/test/java/com/yahoo/vespa/hosted/provision/autoscale/AutoscalingTest.java
Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
Diffstat (limited to 'node-repository')
-rw-r--r--node-repository/src/test/java/com/yahoo/vespa/hosted/provision/autoscale/AutoscalingTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/autoscale/AutoscalingTest.java b/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/autoscale/AutoscalingTest.java
index 69ef64d2e3c..3a87b5967fb 100644
--- a/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/autoscale/AutoscalingTest.java
+++ b/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/autoscale/AutoscalingTest.java
@@ -367,7 +367,7 @@ public class AutoscalingTest {
}
/**
- * This calculator subtracts the memory tac when forecasting overhead, but not when actually
+ * This calculator subtracts the memory tax when forecasting overhead, but not when actually
* returning information about nodes. This is allowed because the forecast is a *worst case*.
* It is useful here because it ensures that we end up with the same real (and therefore target)
* resources regardless of tax which makes it easier to compare behavior with different tax levels.