aboutsummaryrefslogtreecommitdiff
path: root/test/divmod.go
diff options
context:
space:
mode:
authorMartin Olsson <martin@minimum.se>2013-12-27 08:59:02 -0800
committerIan Lance Taylor <iant@golang.org>2013-12-27 08:59:02 -0800
commit5499034a7143d631e31b108b0c14c86c2345d458 (patch)
treea64b7b258bbfd2df3a1d7fd255621a7b66f88d66 /test/divmod.go
parent3980aad49d1219a385d70925053208031eb44ee3 (diff)
downloadgo-5499034a7143d631e31b108b0c14c86c2345d458.tar.gz
go-5499034a7143d631e31b108b0c14c86c2345d458.zip
all: fix a few spelling errors in source comments
R=golang-codereviews, dave, iant CC=golang-codereviews https://golang.org/cl/45750044
Diffstat (limited to 'test/divmod.go')
-rw-r--r--test/divmod.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/divmod.go b/test/divmod.go
index 49fed0222c..ad632bc83b 100644
--- a/test/divmod.go
+++ b/test/divmod.go
@@ -6,7 +6,7 @@
// Test division of variables. Generate many test cases,
// compute correct answer using shift and subtract,
-// and then compare against results from divison and
+// and then compare against results from division and
// modulus operators.
//
// Primarily useful for testing software div/mod.