summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-30 12:17:04 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-30 12:17:04 +0000
commit092f2556be61ccca4040ed81b087251acda57b45 (patch)
treeb7ffaad91f513183e771e0c303bf003e50c4e10b /include
parent55ec096e3b7836e7f88de409d7c66e48328936a3 (diff)
- fix whitespace
Diffstat (limited to 'include')
-rw-r--r--include/stdio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdio.h b/include/stdio.h
index c854ec333..f14016aa1 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -88,7 +88,7 @@ typedef __STDIO_fpos64_t fpos64_t;
#endif
/* The possibilities for the third argument to `setvbuf'. */
-#define _IOFBF __STDIO_IOFBF /* Fully buffered. */
+#define _IOFBF __STDIO_IOFBF /* Fully buffered. */
#define _IOLBF __STDIO_IOLBF /* Line buffered. */
#define _IONBF __STDIO_IONBF /* No buffering. */
@@ -122,7 +122,7 @@ typedef __STDIO_fpos64_t fpos64_t;
/* Get the values:
L_tmpnam How long an array of chars must be to be passed to `tmpnam'.
TMP_MAX The minimum number of unique filenames generated by tmpnam
- (and tempnam when it uses tmpnam's name space),
+ (and tempnam when it uses tmpnam's name space),
or tempnam (the two are separate).
L_ctermid How long an array to pass to `ctermid'.
L_cuserid How long an array to pass to `cuserid'.