aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.