test/chan: fix trivial typos

Substition -> Substitution

Change-Id: Iede578d733d1c041133742b61eb0573c3bd3b17c
GitHub-Last-Rev: 7815bd346d
GitHub-Pull-Request: golang/go#38059
Reviewed-on: https://go-review.googlesource.com/c/go/+/225417
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
sjnam 2020-03-25 21:02:44 +00:00 committed by Ian Lance Taylor
parent 89f7bd5781
commit 93bcf91299
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {