aboutsummaryrefslogtreecommitdiffstats
path: root/prog/prio_test.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-12-04 09:46:40 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-12-04 09:46:40 +0100
commit8b4aa626ce68ecc2bca78b1edf8fd74580b7bfe7 (patch)
treeb936534bf550e1e1fe90224a0b3a941cccf24030 /prog/prio_test.go
parent0ecb9746a701be4544b845514a31a21cce92cc79 (diff)
prog: fix typo in comment
Linter says: prog/prio_test.go:68:15: `probablistic` is a misspelling of `probabilistic` (misspell) // for this probablistic test. ^
Diffstat (limited to 'prog/prio_test.go')
-rw-r--r--prog/prio_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/prio_test.go b/prog/prio_test.go
index 00466f8ba..2fd059910 100644
--- a/prog/prio_test.go
+++ b/prog/prio_test.go
@@ -65,7 +65,7 @@ func TestStaticPriorities(t *testing.T) {
target, rs, iters := initTest(t)
if iters < 100 {
// Both -short and -race reduce iters to 10 which is not enough
- // for this probablistic test.
+ // for this probabilistic test.
iters = 100
}
// The first call is the one that creates a resource and the rest are calls that can use that resource.