X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/50a4e5359779fd205d8586e68e94e2d99676a8ed..937b2e03e541820ee46da2b99aa38321dddcc776:/perlsdio.h diff --git a/perlsdio.h b/perlsdio.h index 25d6b36..29e8176 100644 --- a/perlsdio.h +++ b/perlsdio.h @@ -38,7 +38,7 @@ #define PerlIO_putc(f,c) PerlSIO_fputc(c,f) #if defined(VMS) # if defined(__DECC) - /* Unusual definition of ungetc() here to accomodate fast_sv_gets()' + /* Unusual definition of ungetc() here to accommodate fast_sv_gets()' * belief that it can mix getc/ungetc with reads from stdio buffer */ int decc$ungetc(int __c, FILE *__stream); # define PerlIO_ungetc(f,c) ((c) == EOF ? EOF : \ @@ -157,8 +157,8 @@ * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */