From 22b955cca564a9a3a5b8c9d9dd1e295b7943c128 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 22 Jul 2016 18:15:38 +0000 Subject: libgo: update to go1.7rc3 Reviewed-on: https://go-review.googlesource.com/25150 From-SVN: r238662 --- libgo/go/math/erf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgo/go/math/erf.go') diff --git a/libgo/go/math/erf.go b/libgo/go/math/erf.go index 4cd80f8..8ddd5f9 100644 --- a/libgo/go/math/erf.go +++ b/libgo/go/math/erf.go @@ -10,7 +10,7 @@ package math // The original C code and the long comment below are // from FreeBSD's /usr/src/lib/msun/src/s_erf.c and -// came with this notice. The go code is a simplified +// came with this notice. The go code is a simplified // version of the original C. // // ==================================================== -- cgit v1.1