From: sjnam Date: Wed, 25 Mar 2020 21:02:44 +0000 (+0000) Subject: test/chan: fix trivial typos X-Git-Tag: go1.15beta1~752 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=93bcf912994931780cdd4f5492ae8fcfdf760208;p=gostls13.git test/chan: fix trivial typos Substition -> Substitution Change-Id: Iede578d733d1c041133742b61eb0573c3bd3b17c GitHub-Last-Rev: 7815bd346dbe23a5412d0602a4f6480b893c447d GitHub-Pull-Request: golang/go#38059 Reviewed-on: https://go-review.googlesource.com/c/go/+/225417 Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot Reviewed-by: Ian Lance Taylor --- diff --git a/test/chan/powser1.go b/test/chan/powser1.go index 5357eec50f..e999dde2be 100644 --- a/test/chan/powser1.go +++ b/test/chan/powser1.go @@ -595,7 +595,7 @@ func Subst(U, V PS) PS { return Z } -// Monomial Substition: U(c x^n) +// Monomial Substitution: U(c x^n) // Each Ui is multiplied by c^i and followed by n-1 zeros func MonSubst(U PS, c0 rat, n int) PS { diff --git a/test/chan/powser2.go b/test/chan/powser2.go index fb1fb8518e..72cbba8cf6 100644 --- a/test/chan/powser2.go +++ b/test/chan/powser2.go @@ -609,7 +609,7 @@ func Subst(U, V PS) PS { return Z } -// Monomial Substition: U(c x^n) +// Monomial Substitution: U(c x^n) // Each Ui is multiplied by c^i and followed by n-1 zeros func MonSubst(U PS, c0 *rat, n int) PS {