aboutsummaryrefslogtreecommitdiff
path: root/src/math/big
diff options
context:
space:
mode:
authorAgniva De Sarker <agnivade@yahoo.co.in>2017-08-22 15:41:50 +0530
committerJoe Tsai <thebrokentoaster@gmail.com>2017-08-23 03:07:12 +0000
commitea5e3bd2a18fc26fa9028865c8f391b18ed24786 (patch)
tree5811c061ff099c5dae07ced0ad268747189e8698 /src/math/big
parentf6944c780f5104114a7a5e404115478f8deb739b (diff)
downloadgo-ea5e3bd2a18fc26fa9028865c8f391b18ed24786.tar.xz
all: fix easy-to-miss typos
Using the wonderful https://github.com/client9/misspell tool. Change-Id: Icdbc75a5559854f4a7a61b5271bcc7e3f99a1a24 Reviewed-on: https://go-review.googlesource.com/57851 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com> Run-TryBot: Joe Tsai <thebrokentoaster@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/math/big')
-rw-r--r--src/math/big/calibrate_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/big/calibrate_test.go b/src/math/big/calibrate_test.go
index 11ce064c15..2b96e74a65 100644
--- a/src/math/big/calibrate_test.go
+++ b/src/math/big/calibrate_test.go
@@ -32,7 +32,7 @@ func TestCalibrate(t *testing.T) {
if *calibrate {
computeKaratsubaThresholds()
- // compute basicSqrThreshold where overhead becomes neglible
+ // compute basicSqrThreshold where overhead becomes negligible
minSqr := computeSqrThreshold(10, 30, 1, 3)
// compute karatsubaSqrThreshold where karatsuba is faster
maxSqr := computeSqrThreshold(300, 500, 10, 3)