diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-04-17 22:37:19 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-04-17 22:37:19 +0000 |
commit | dc733423474fd7365890fcf290b2e017d9907635 (patch) | |
tree | f04733bf778cda0edb2eb1ec13178fd0303eb05a /sys/sys | |
parent | 2720a2efd612c8a8d4b9bbeaee1491d664de797e (diff) | |
download | src-dc733423474fd7365890fcf290b2e017d9907635.tar.gz src-dc733423474fd7365890fcf290b2e017d9907635.zip |
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
Notes
Notes:
svn path=/head/; revision=35256
Diffstat (limited to 'sys/sys')
-rw-r--r-- | sys/sys/snoop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/snoop.h b/sys/sys/snoop.h index 78c49770909c..902df4a1990d 100644 --- a/sys/sys/snoop.h +++ b/sys/sys/snoop.h @@ -64,7 +64,7 @@ int snpinc __P((struct snoop *snp, char c)); * Theese are snoop io controls * SNPSTTY accepts 'struct snptty' as input. * If ever type or unit set to -1,snoop device - * detached from it's current tty. + * detached from its current tty. */ #define SNPSTTY _IOW('T', 90, dev_t) |