diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2012-09-05 22:04:10 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2012-09-05 22:04:57 +0530 |
commit | 1ffb8c9001398e1c6402e455b566dfe3d84a0786 (patch) | |
tree | ce61bc63a8922be2f132456b86fd42d084e4969e /libio/wfileops.c | |
parent | b9dafc562ec524c01f43907b1d213d5824261774 (diff) | |
download | glibc-1ffb8c9001398e1c6402e455b566dfe3d84a0786.tar.gz |
Fix typos in comments
* libio/fileops.c: Fix typos in comments.
* libio/oldfileops.c: Likewise.
* libio/wfileops.c: Likewise.
Diffstat (limited to 'libio/wfileops.c')
-rw-r--r-- | libio/wfileops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/wfileops.c b/libio/wfileops.c index 3f628bfd1b..b790029ffc 100644 --- a/libio/wfileops.c +++ b/libio/wfileops.c @@ -589,7 +589,7 @@ _IO_wfile_seekoff (fp, offset, dir, mode) /* Flush unwritten characters. (This may do an unneeded write if we seek within the buffer. But to be able to switch to reading, we would need to set - egptr to ptr. That can't be done in the current design, + egptr to pptr. That can't be done in the current design, which assumes file_ptr() is eGptr. Anyway, since we probably end up flushing when we close(), it doesn't make much difference.) FIXME: simulate mem-mapped files. */ |