Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ata From current-users:



details:   https://anonhg.NetBSD.org/src/rev/b88925225f64
branches:  trunk
changeset: 545934:b88925225f64
user:      mason <mason%NetBSD.org@localhost>
date:      Fri Apr 18 00:35:14 2003 +0000

description:
>From current-users:

On Thu, Apr 17, 2003 at 11:26:26AM -0500, Dave Huang wrote:

> Typo police here :) "whose," not "who's."

diffstat:

 sys/dev/ata/wd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 55fbc82817fb -r b88925225f64 sys/dev/ata/wd.c
--- a/sys/dev/ata/wd.c  Thu Apr 17 23:00:49 2003 +0000
+++ b/sys/dev/ata/wd.c  Fri Apr 18 00:35:14 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wd.c,v 1.245 2003/04/16 00:07:17 darrenr Exp $ */
+/*     $NetBSD: wd.c,v 1.246 2003/04/18 00:35:14 mason Exp $ */
 
 /*
  * Copyright (c) 1998, 2001 Manuel Bouyer.  All rights reserved.
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.245 2003/04/16 00:07:17 darrenr Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.246 2003/04/18 00:35:14 mason Exp $");
 
 #ifndef WDCDEBUG
 #define WDCDEBUG
@@ -214,7 +214,7 @@
         * Some Seagate S-ATA drives have a PHY which can get confused
         * with the way data is packetized by some S-ATA controllers.
         *
-        * The work-around is to split in two any write transfer who's
+        * The work-around is to split in two any write transfer whose
         * sector count % 15 == 1 (assuming 512 byte sectors).
         *
         * XXX This is an incomplete list.  There are at least a couple



Home | Main Index | Thread Index | Old Index