aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/symtab.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/symtab.go')
-rw-r--r--src/runtime/symtab.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/symtab.go b/src/runtime/symtab.go
index 8296a8590d..df6e02f62a 100644
--- a/src/runtime/symtab.go
+++ b/src/runtime/symtab.go
@@ -253,7 +253,7 @@ const (
funcID_debugCallV1
funcID_gopanic
funcID_panicwrap
- funcID_handleAsyncEvents
+ funcID_handleAsyncEvent
funcID_wrapper // any autogenerated code (hash/eq algorithms, method wrappers, etc.)
)