Fixed some comments.

geesefs-0-30-9
Aaron Jacobs 2015-03-23 16:16:51 +11:00
parent ff9c68f93c
commit 0a588af19f
1 changed files with 3 additions and 3 deletions

View File

@ -55,8 +55,8 @@ type SampleTest struct {
mfs *fuse.MountedFileSystem mfs *fuse.MountedFileSystem
} }
// Mount the supplied file system and initialize the other exported fields of // Mount t.FileSystem and initialize the other exported fields of the struct.
// the struct. Panics on error. // Panics on error.
// //
// REQUIRES: t.FileSystem has been set. // REQUIRES: t.FileSystem has been set.
func (t *SampleTest) SetUp(ti *ogletest.TestInfo) { func (t *SampleTest) SetUp(ti *ogletest.TestInfo) {
@ -66,7 +66,7 @@ func (t *SampleTest) SetUp(ti *ogletest.TestInfo) {
} }
} }
// Like Initialize, but doens't panic. // Like SetUp, but doens't panic.
func (t *SampleTest) initialize( func (t *SampleTest) initialize(
fs fuse.FileSystem, fs fuse.FileSystem,
config *fuse.MountConfig) (err error) { config *fuse.MountConfig) (err error) {