Address doc comment.

geesefs-0-30-9
Ben Sidhom 2017-05-04 10:28:00 -07:00 committed by Aaron Jacobs
parent 5f27f3f261
commit b289b8e423
1 changed files with 1 additions and 2 deletions

View File

@ -601,8 +601,7 @@ type ReadFileOp struct {
// where EOF is by checking the inode size (http://goo.gl/0BkqKD), returned // where EOF is by checking the inode size (http://goo.gl/0BkqKD), returned
// by a previous call to LookUpInode, GetInodeAttributes, etc. // by a previous call to LookUpInode, GetInodeAttributes, etc.
// //
// If direct io is enabled, semantics should match those of read (man 2 // If direct IO is enabled, semantics should match those of read(2).
// read).
BytesRead int BytesRead int
} }