aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-10-23 23:05:15 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-10-23 23:05:15 +0000
commit0502fac88194c05e68ed5f865ac34dc83fd537c5 (patch)
treeab795bc8e1c165326a0e4870aada29cc52990995 /lib
parent4fab2093917365ea85285298b21eacd8720d9146 (diff)
downloadsrc-0502fac88194c05e68ed5f865ac34dc83fd537c5.tar.gz
src-0502fac88194c05e68ed5f865ac34dc83fd537c5.zip
Change comment explaining another usage of __SMOD
Notes
Notes: svn path=/head/; revision=85394
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdio/fseek.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/fseek.c b/lib/libc/stdio/fseek.c
index 2278f311ea9d..b8366f33d52c 100644
--- a/lib/libc/stdio/fseek.c
+++ b/lib/libc/stdio/fseek.c
@@ -225,8 +225,8 @@ _fseeko(fp, offset, whence, ltest)
goto dumb;
/*
- * (If the buffer was modified, we have to
- * skip this; see fgetln.c.)
+ * If the buffer was modified or the file position was changed,
+ * we have to skip this; see fgetln.c, stdio.c.
*/
if (fp->_flags & __SMOD)
goto abspos;