aboutsummaryrefslogtreecommitdiff
path: root/test/chanlinear.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/chanlinear.go')
-rw-r--r--test/chanlinear.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/chanlinear.go b/test/chanlinear.go
index 55fee4ab9b..4d55586dc8 100644
--- a/test/chanlinear.go
+++ b/test/chanlinear.go
@@ -5,7 +5,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// Test that dequeueing from a pending channel doesn't
+// Test that dequeuing from a pending channel doesn't
// take linear time.
package main