aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-02-11 22:39:13 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-02-11 22:39:13 +0000
commitaddf3409324465c87e8eebf26de5124be4edc282 (patch)
tree9599aff99e0d09fb2a961286e5f3860a872b46c7 /include
parentb7fc0d6732d19f19c7f0aecc6605199d9e05564f (diff)
downloadsrc-addf3409324465c87e8eebf26de5124be4edc282.tar.gz
src-addf3409324465c87e8eebf26de5124be4edc282.zip
Correct and clarify comment for __SMBF.
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=278600
Diffstat (limited to 'include')
-rw-r--r--include/stdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 512e60e9ac1a..eaebff85e473 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -166,7 +166,7 @@ __END_DECLS
#define __SRW 0x0010 /* open for reading & writing */
#define __SEOF 0x0020 /* found EOF */
#define __SERR 0x0040 /* found error */
-#define __SMBF 0x0080 /* _buf is from malloc */
+#define __SMBF 0x0080 /* _bf._base is from malloc */
#define __SAPP 0x0100 /* fdopen()ed in append mode */
#define __SSTR 0x0200 /* this is an sprintf/snprintf string */
#define __SOPT 0x0400 /* do fseek() optimization */