From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 17 08:10:20 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1ACF16A4B3 for ; Wed, 17 Sep 2003 08:10:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ABE343FE3 for ; Wed, 17 Sep 2003 08:10:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8HFAIFY034688 for ; Wed, 17 Sep 2003 08:10:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8HFAIQi034687; Wed, 17 Sep 2003 08:10:18 -0700 (PDT) (envelope-from gnats) Resent-Date: Wed, 17 Sep 2003 08:10:18 -0700 (PDT) Resent-Message-Id: <200309171510.h8HFAIQi034687@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dan Langille Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E737B16A4B3 for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Dan Langille Subject: kern/56954: [PATCH] fix typo in comment of sys/cam/scsi/scsi_sa.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Langille List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 15:10:20 -0000 >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: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 17 08:10:17 PDT 2003 >Closed-Date: >Last-Modified: >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: >Unformatted: