mirror of
https://github.com/golang/go
synced 2024-11-12 10:30:23 -07:00
io/ioutil: fix typo in comment
R=r, r CC=golang-dev https://golang.org/cl/4592052
This commit is contained in:
parent
d152fe74e1
commit
c8ee1b8ebc
@ -63,7 +63,7 @@ func WriteFile(filename string, data []byte, perm uint32) os.Error {
|
||||
return err
|
||||
}
|
||||
|
||||
// A dirList implements sort.Interface.
|
||||
// A fileInfoList implements sort.Interface.
|
||||
type fileInfoList []*os.FileInfo
|
||||
|
||||
func (f fileInfoList) Len() int { return len(f) }
|
||||
|
Loading…
Reference in New Issue
Block a user