From 5ce52a3deb52826bc28022776c3fe3ffa7376084 Mon Sep 17 00:00:00 2001 From: zhengjianxun Date: Mon, 22 Feb 2021 21:26:36 +0800 Subject: [PATCH] fix typo in issue16760.go --- test/fixedbugs/issue16760.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixedbugs/issue16760.go b/test/fixedbugs/issue16760.go index d0e08b5ead..a7eede4d10 100644 --- a/test/fixedbugs/issue16760.go +++ b/test/fixedbugs/issue16760.go @@ -6,7 +6,7 @@ // Make sure we don't start marshaling (writing to the stack) // arguments until those arguments are evaluated and known -// not to unconditinally panic. If they unconditionally panic, +// not to unconditionally panic. If they unconditionally panic, // we write some args but never do the call. That messes up // the logic which decides how big the argout section needs to be.