Fix comment

PiperOrigin-RevId: 231861005
Change-Id: I134d4e20cc898d44844219db0a8aacda87e11ef0
This commit is contained in:
Michael Pratt
2019-01-31 15:03:12 -08:00
committed by Shentubot
parent aec5b67c81
commit 88b4ce8cac
+1 -1
View File
@@ -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 {