diff options
Diffstat (limited to 'libio')
-rw-r--r-- | libio/wfileops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/wfileops.c b/libio/wfileops.c index 776bb4a4ba..8b2e1080b6 100644 --- a/libio/wfileops.c +++ b/libio/wfileops.c @@ -699,8 +699,8 @@ do_ftell_wide (_IO_FILE *fp) offset += outstop - out; } - /* _IO_read_end coincides with fp._offset, so the actual file position - is fp._offset - (_IO_read_end - new_write_ptr). */ + /* _IO_read_end coincides with fp._offset, so the actual file + position is fp._offset - (_IO_read_end - new_write_ptr). */ offset -= fp->_IO_read_end - fp->_IO_write_ptr; } |