Fix typo: wierd -> weird.

There is no such thing as wierd in the english language.
This commit is contained in:
Jeroen Ruigrok van der Werven 2001-02-06 09:32:26 +00:00
parent f09deb6962
commit 2cdd9c0332
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72083
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];