From dan@xeon.unixathome.org  Wed Sep 17 08:07:16 2003
Return-Path: <dan@xeon.unixathome.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E737B16A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 Sep 2003 08:07:16 -0700 (PDT)
Received: from xeon.unixathome.org (bast.unixathome.org [66.11.174.150])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E215043FCB
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 Sep 2003 08:07:14 -0700 (PDT)
	(envelope-from dan@xeon.unixathome.org)
Received: by xeon.unixathome.org (Postfix, from userid 1000)
	id 917853E5F; Wed, 17 Sep 2003 11:07:03 -0400 (EDT)
Message-Id: <20030917150703.917853E5F@xeon.unixathome.org>
Date: Wed, 17 Sep 2003 11:07:03 -0400 (EDT)
From: Dan Langille <dan@langille.org>
Reply-To: Dan Langille <dan@langille.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Dan Langille <dan@langille.org>
Subject: [PATCH] fix typo in comment of sys/cam/scsi/scsi_sa.c 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56954
>Category:       kern
>Synopsis:       [PATCH] fix typo in comment of sys/cam/scsi/scsi_sa.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 17 08:10:17 PDT 2003
>Closed-Date:    Sat Jan 17 16:18:35 PST 2004
>Last-Modified:  Sat Jan 17 16:18:35 PST 2004
>Originator:     Dan Langille
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD polo.unixathome.org 4.8-STABLE FreeBSD 4.8-STABLE #3: Fri Aug 15 15:36:34 EDT 2003 dan@polo.unixathome.org:/usr/obj/usr/src/sys/POLO i386


	
>Description:
	
	Fix typo in comment s/written/writtent/
>How-To-Repeat:
	
>Fix:

	

--- scsi_sa.c.diff.typo begins here ---
--- scsi_sa.c	Wed Sep 17 10:56:17 2003
+++ scsi_sa.c.org	Wed Sep 17 10:55:56 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
-			 * written all the data!.
+			 * writtent all the data!.
 			 */
 			csio->resid = 0;
 		}
--- scsi_sa.c.diff.typo ends here ---


>Release-Note:
>Audit-Trail:

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/
 
State-Changed-From-To: open->closed 
State-Changed-By: johan 
State-Changed-When: Sat Jan 17 16:17:49 PST 2004 
State-Changed-Why:  
Committed, thanks for the patch. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56954 
>Unformatted:
