aboutsummaryrefslogtreecommitdiff
path: root/test/chan
diff options
context:
space:
mode:
authorsjnam <jsunam@gmail.com>2020-03-25 21:02:44 +0000
committerIan Lance Taylor <iant@golang.org>2020-03-25 22:22:20 +0000
commit93bcf912994931780cdd4f5492ae8fcfdf760208 (patch)
tree08707c2392ab27970e01d3f9ef86900d9ddb849e /test/chan
parent89f7bd578189423e8699e64e58bfb992de9dce6d (diff)
downloadgo-93bcf912994931780cdd4f5492ae8fcfdf760208.tar.gz
go-93bcf912994931780cdd4f5492ae8fcfdf760208.zip
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 <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'test/chan')
-rw-r--r--test/chan/powser1.go2
-rw-r--r--test/chan/powser2.go2
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 {