summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/proc
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2019-01-31 15:01:57 -0800
committerShentubot <shentubot@google.com>2019-01-31 15:03:12 -0800
commit88b4ce8cac9c438da472205e0e710dd75e73b050 (patch)
tree5b0df15576d46ee1d0ca4a5158b405caaef568be /pkg/sentry/fs/proc
parentaec5b67c8116035fca8b8c560debe66b04b788a7 (diff)
Fix comment
PiperOrigin-RevId: 231861005 Change-Id: I134d4e20cc898d44844219db0a8aacda87e11ef0
Diffstat (limited to 'pkg/sentry/fs/proc')
-rw-r--r--pkg/sentry/fs/proc/mounts.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/fs/proc/mounts.go b/pkg/sentry/fs/proc/mounts.go
index 0b0e87528..7111e5c0f 100644
--- a/pkg/sentry/fs/proc/mounts.go
+++ b/pkg/sentry/fs/proc/mounts.go
@@ -153,7 +153,7 @@ func (mif *mountInfoFile) ReadSeqFileData(ctx context.Context, handle seqfile.Se
return []seqfile.SeqData{{Buf: buf.Bytes(), Handle: (*mountInfoFile)(nil)}}, 0
}
-// mountsFile is used to implement /proc/[pid]/mountinfo.
+// mountsFile is used to implement /proc/[pid]/mounts.
//
// +stateify savable
type mountsFile struct {