all: use one 'l' when cancelling everywhere except Solaris

Fixes #11626.

Change-Id: I1b70c0844473c3b57a53d7cca747ea5cdc68d232
Reviewed-on: https://go-review.googlesource.com/14526
Run-TryBot: Rob Pike <r@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Rob Pike 2015-09-11 11:12:15 -07:00
parent f4f0344fe2
commit 67ddae87b9
9 changed files with 14 additions and 14 deletions

View file

@ -1272,7 +1272,7 @@ func (z *Float) usub(x, y *Float) {
ex = ey
}
// operands may have cancelled each other out
// operands may have canceled each other out
if len(z.mant) == 0 {
z.acc = Exact
z.form = zero