mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix grammar in comment.
Missing "for". PiperOrigin-RevId: 277358513
This commit is contained in:
@@ -709,7 +709,7 @@ func (t *Task) FDTable() *FDTable {
|
||||
return t.fdTable
|
||||
}
|
||||
|
||||
// GetFile is a convenience wrapper t.FDTable().Get.
|
||||
// GetFile is a convenience wrapper for t.FDTable().Get.
|
||||
//
|
||||
// Precondition: same as FDTable.Get.
|
||||
func (t *Task) GetFile(fd int32) *fs.File {
|
||||
|
||||
Reference in New Issue
Block a user