1
0
mirror of https://github.com/golang/go synced 2024-09-25 15:20:13 -06:00

io/ioutil: fix typo in comment

R=r, r
CC=golang-dev
https://golang.org/cl/4592052
This commit is contained in:
Robert Griesemer 2011-06-10 17:07:22 -07:00
parent d152fe74e1
commit c8ee1b8ebc

View File

@ -63,7 +63,7 @@ func WriteFile(filename string, data []byte, perm uint32) os.Error {
return err return err
} }
// A dirList implements sort.Interface. // A fileInfoList implements sort.Interface.
type fileInfoList []*os.FileInfo type fileInfoList []*os.FileInfo
func (f fileInfoList) Len() int { return len(f) } func (f fileInfoList) Len() int { return len(f) }