mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix comment
PiperOrigin-RevId: 231861005 Change-Id: I134d4e20cc898d44844219db0a8aacda87e11ef0
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user