diff options
author | arr <arr@FreeBSD.org> | 2002-09-10 03:58:44 +0000 |
---|---|---|
committer | arr <arr@FreeBSD.org> | 2002-09-10 03:58:44 +0000 |
commit | d229380ad826ae5170e0fcbf3bc1b044586ee7df (patch) | |
tree | c8d610244b8b0e54338d742d9b396f26f4c8c93f | |
parent | 7297daa77aa83ce65d288621560ed19db241ff37 (diff) | |
download | FreeBSD-src-d229380ad826ae5170e0fcbf3bc1b044586ee7df.zip FreeBSD-src-d229380ad826ae5170e0fcbf3bc1b044586ee7df.tar.gz |
- Spell "these" properly.
-rw-r--r-- | sys/sys/snoop.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/snoop.h b/sys/sys/snoop.h index 0207060..992be9b 100644 --- a/sys/sys/snoop.h +++ b/sys/sys/snoop.h @@ -24,7 +24,7 @@ #include <sys/ioccom.h> /* - * Theese are snoop io controls + * These are snoop io controls * SNPSTTY accepts 'struct snptty' as input. * If ever type or unit set to -1,snoop device * detached from its current tty. @@ -34,7 +34,7 @@ #define SNPGTTY _IOR('T', 89, dev_t) /* - * Theese values would be returned by FIONREAD ioctl + * These values would be returned by FIONREAD ioctl * instead of number of characters in buffer in case * of specific errors. */ |