aboutsummaryrefslogtreecommitdiff
path: root/include/stdio.h
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2008-05-05 16:04:58 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2008-05-05 16:04:58 +0000
commita1b482ad6355344cfb3e510ac314436ad9476fb4 (patch)
tree44b525b8631cbff092ef7c4f86d935b50f7fe517 /include/stdio.h
parent19e03ca8038019fe0fe7f511b91b758b95b78664 (diff)
Notes
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 33e24a4f01cb..9934b17137c0 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -110,7 +110,7 @@ typedef struct __sFILE {
int _lbfsize; /* (*) 0 or -_bf._size, for inline putc */
/* operations */
- void *_cookie; /* cookie passed to io functions */
+ void *_cookie; /* (*) cookie passed to io functions */
int (*_close)(void *);
int (*_read)(void *, char *, int);
fpos_t (*_seek)(void *, fpos_t, int);