Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2003 14:40:16 -0700 (PDT)
From:      "Dan Langille" <dan@langille.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/56954: [PATCH] fix typo in comment of sys/cam/scsi/scsi_sa.c 
Message-ID:  <200309172140.h8HLeGFu060649@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/56954; it has been noted by GNATS.

From: "Dan Langille" <dan@langille.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: kern/56954: [PATCH] fix typo in comment of sys/cam/scsi/scsi_sa.c 
Date: Wed, 17 Sep 2003 17:31:40 -0400

 <blush>
 
 That patch is the wrong way around...  My apologies.
 
 Use this instead:
 
 --- scsi_sa.c.org	Wed Sep 17 10:55:56 2003
 +++ scsi_sa.c	Wed Sep 17 10:56:17 2003
 @@ -2441,7 +2441,7 @@
  			 * Grotesque as it seems, the few times
  			 * I've actually seen a non-zero resid,
  			 * the tape drive actually lied and had
 -			 * writtent all the data!.
 +			 * written all the data!.
  			 */
  			csio->resid = 0;
  		}
 
 -- 
 Dan Langille : http://www.langille.org/
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309172140.h8HLeGFu060649>