From 93bcf912994931780cdd4f5492ae8fcfdf760208 Mon Sep 17 00:00:00 2001 From: sjnam Date: Wed, 25 Mar 2020 21:02:44 +0000 Subject: [PATCH] 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 --- test/chan/powser1.go | 2 +- test/chan/powser2.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.50.0