aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue16130.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue16130.go')
-rw-r--r--test/fixedbugs/issue16130.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue16130.go b/test/fixedbugs/issue16130.go
index 19c8264c6f..c4e3ffd33d 100644
--- a/test/fixedbugs/issue16130.go
+++ b/test/fixedbugs/issue16130.go
@@ -5,7 +5,7 @@
// license that can be found in the LICENSE file.
// Test that an interface conversion error panics with an "interface
-// conversion" run-time error. It was (incorrectly) panicing with a
+// conversion" run-time error. It was (incorrectly) panicking with a
// "nil pointer dereference."
package main