From 1391d4142cab5e5b83ca3362be67af80ba2f95e8 Mon Sep 17 00:00:00 2001 From: zhengjianxun Date: Mon, 22 Feb 2021 13:30:03 +0000 Subject: [PATCH] fix typo in issue16760.go fix typo in issue16760.go, unconditinally -> unconditionally Change-Id: I3a04fbcb23395c562821b35bc2d81cfaec0bc1ed GitHub-Last-Rev: 5ce52a3deb52826bc28022776c3fe3ffa7376084 GitHub-Pull-Request: golang/go#44495 Reviewed-on: https://go-review.googlesource.com/c/go/+/294969 Trust: Alberto Donizetti Reviewed-by: zhengjianxun Reviewed-by: Robert Griesemer --- 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. -- 2.50.0