From 9ff56c9570642711d5b7ab29920ecf5dbff14a27 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 20 May 2011 00:18:15 +0000 Subject: Update to current version of Go library. From-SVN: r173931 --- libgo/go/math/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgo/go/math/const.go') diff --git a/libgo/go/math/const.go b/libgo/go/math/const.go index b53527a..a108d3e 100644 --- a/libgo/go/math/const.go +++ b/libgo/go/math/const.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// The math package provides basic constants and mathematical functions. +// Package math provides basic constants and mathematical functions. package math // Mathematical constants. -- cgit v1.1