aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/time.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/time.go b/src/runtime/time.go
index 79f0514c6e..abaf99aec5 100644
--- a/src/runtime/time.go
+++ b/src/runtime/time.go
@@ -38,7 +38,7 @@ type timer struct {
// The arg and seq are client-specified opaque arguments passed back to f.
// When used from netpoll, arg and seq have meanings defined by netpoll
// and are completely opaque to this code; in that context, seq is a sequence
- // number to recognize and squech stale function invocations.
+ // number to recognize and squelch stale function invocations.
// When used from package time, arg is a channel (for After, NewTicker)
// or the function to call (for AfterFunc) and seq is unused (0).
//