Fix grammar in comment.

Missing "for".

PiperOrigin-RevId: 277358513
This commit is contained in:
Dean Deng
2019-10-29 14:05:04 -07:00
committed by gVisor bot
parent 38330e9377
commit d7f5e823e2
+1 -1
View File
@@ -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 {