fix various comments

(os package comments were duplicates)

R=rsc
CC=golang-dev
https://golang.org/cl/2205042
This commit is contained in:
Robert Griesemer 2010-09-16 18:21:01 -07:00
parent d348971103
commit 7534d40f64
3 changed files with 1 additions and 5 deletions

View file

@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The os package provides a platform-independent interface to operating
// system functionality. The design is Unix-like.
package os
import (