summaryrefslogtreecommitdiff
path: root/libgo/go/time/tick_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/time/tick_test.go')
-rw-r--r--libgo/go/time/tick_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/time/tick_test.go b/libgo/go/time/tick_test.go
index 32f4740ad93..2ab77f60255 100644
--- a/libgo/go/time/tick_test.go
+++ b/libgo/go/time/tick_test.go
@@ -35,7 +35,7 @@ func TestTicker(t *testing.T) {
}
}
-// Test that a bug tearing down a ticker has been fixed. This routine should not deadlock.
+// Test that a bug tearing down a ticker has been fixed. This routine should not deadlock.
func TestTeardown(t *testing.T) {
Delta := 100 * Millisecond
if testing.Short() {