Commit c8ee1b8e authored by Robert Griesemer's avatar Robert Griesemer

io/ioutil: fix typo in comment

R=r, r
CC=golang-dev
https://golang.org/cl/4592052
parent d152fe74
...@@ -63,7 +63,7 @@ func WriteFile(filename string, data []byte, perm uint32) os.Error { ...@@ -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) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment