Fix typo: wierd -> weird.

There is no such thing as wierd in the english language.
This commit is contained in:
asmodai 2001-02-06 09:32:26 +00:00
parent 2023a68909
commit bd4658fe52
4 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@
#endif
/*
* ucb stdio.h defines BSD as something wierd
* ucb stdio.h defines BSD as something weird
*/
#if defined(sun) && defined(__svr4__)
#define BSD 43

View File

@ -112,7 +112,7 @@ int registerd_host_only = 0;
/*
* Because of the way ptyibuf is used with streams messages, we need
* ptyibuf+1 to be on a full-word boundary. The following wierdness
* ptyibuf+1 to be on a full-word boundary. The following weirdness
* is simply to make that happen.
*/
long ptyibufbuf[BUFSIZ/sizeof(long)+1];

View File

@ -39,7 +39,7 @@
#endif
/*
* ucb stdio.h defines BSD as something wierd
* ucb stdio.h defines BSD as something weird
*/
#if defined(sun) && defined(__svr4__)
#define BSD 43

View File

@ -112,7 +112,7 @@ int registerd_host_only = 0;
/*
* Because of the way ptyibuf is used with streams messages, we need
* ptyibuf+1 to be on a full-word boundary. The following wierdness
* ptyibuf+1 to be on a full-word boundary. The following weirdness
* is simply to make that happen.
*/
long ptyibufbuf[BUFSIZ/sizeof(long)+1];