Remove false comment

PiperOrigin-RevId: 248249285
Change-Id: I9b6d267baa666798b22def590ff20c9a118efd47
This commit is contained in:
Michael Pratt 2019-05-14 18:04:28 -07:00 committed by Shentubot
parent fff21b99e4
commit 330a1bbd04
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ type session struct {
// version is the value of the version mount option, see fs/gofer/fs.go.
version string `state:"wait"`
// cachePolicy is the cache policy. It may be either cacheAll or cacheNone.
// cachePolicy is the cache policy.
cachePolicy cachePolicy `state:"wait"`
// aname is the value of the aname mount option, see fs/gofer/fs.go.