Fix typo: wierd -> weird.
There is no such thing as wierd in the english language.
This commit is contained in:
parent
2023a68909
commit
bd4658fe52
@ -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
|
||||
|
@ -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];
|
||||
|
@ -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
|
||||
|
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user