summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-30 23:33:04 +0000
committermpp <mpp@FreeBSD.org>1996-01-30 23:33:04 +0000
commitd6779c281f3ea678ab1320b1bfd796b3815b2c35 (patch)
treef3b155779419dd6521ee9f233a24dbd8a8f88a50 /include/stdio.h
parent6cdd16b07bfe9171bd42dd855a78a1e701cf5d6a (diff)
downloadFreeBSD-src-d6779c281f3ea678ab1320b1bfd796b3815b2c35.zip
FreeBSD-src-d6779c281f3ea678ab1320b1bfd796b3815b2c35.tar.gz
Fix a bunch of spelling errors in the comment fields
of a bunch of system include files.
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 595f8f2..fe21330 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -162,8 +162,8 @@ __END_DECLS
#define __SMBF 0x0080 /* _buf 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() optimisation */
-#define __SNPT 0x0800 /* do not do fseek() optimisation */
+#define __SOPT 0x0400 /* do fseek() optimization */
+#define __SNPT 0x0800 /* do not do fseek() optimization */
#define __SOFF 0x1000 /* set iff _offset is in fact correct */
#define __SMOD 0x2000 /* true => fgetln modified _p text */
OpenPOWER on IntegriCloud