From d6779c281f3ea678ab1320b1bfd796b3815b2c35 Mon Sep 17 00:00:00 2001 From: mpp Date: Tue, 30 Jan 1996 23:33:04 +0000 Subject: Fix a bunch of spelling errors in the comment fields of a bunch of system include files. --- include/stdio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/stdio.h') 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 */ -- cgit v1.1