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/dev/fdc | |
parent | 2720a2efd612c8a8d4b9bbeaee1491d664de797e (diff) |
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
Notes
Notes:
svn path=/head/; revision=35256
Diffstat (limited to 'sys/dev/fdc')
-rw-r--r-- | sys/dev/fdc/fdc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c index c179222498e6..d09b927247f8 100644 --- a/sys/dev/fdc/fdc.c +++ b/sys/dev/fdc/fdc.c @@ -43,7 +43,7 @@ * SUCH DAMAGE. * * from: @(#)fd.c 7.4 (Berkeley) 5/25/91 - * $Id: fd.c,v 1.106 1997/12/02 21:06:21 phk Exp $ + * $Id: fd.c,v 1.107 1998/01/24 02:54:18 eivind Exp $ * */ @@ -1353,7 +1353,7 @@ fdstate(fdcu_t fdcu, fdc_p fdc) TRACE1("[0x%x->FDCTL]", fd->ft->trans); /*******************************************************\ * If the next drive has a motor startup pending, then * - * it will start up in it's own good time * + * it will start up in its own good time * \*******************************************************/ if(fd->flags & FD_MOTOR_WAIT) { |