Updated a comment.

geesefs-0-30-9
Aaron Jacobs 2015-06-22 12:31:06 +10:00
parent e4cd605c76
commit e59720bfb0
1 changed files with 1 additions and 3 deletions

View File

@ -184,9 +184,7 @@ func (c *MountConfig) bazilfuseOptions() (opts []bazilfuse.MountOption) {
// Attempt to mount a file system on the given directory, using the supplied
// Server to serve connection requests. This function blocks until the file
// system is successfully mounted. On some systems, this requires the supplied
// Server to make forward progress (in particular, to respond to
// fuseops.InitOp).
// system is successfully mounted.
func Mount(
dir string,
server Server,