From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 17 14:40:17 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 34A2A16A4BF for ; Wed, 17 Sep 2003 14:40:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CB7243FE9 for ; Wed, 17 Sep 2003 14:40:16 -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 h8HLeGFY060650 for ; Wed, 17 Sep 2003 14:40:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8HLeGFu060649; Wed, 17 Sep 2003 14:40:16 -0700 (PDT) (envelope-from gnats) Date: Wed, 17 Sep 2003 14:40:16 -0700 (PDT) Message-Id: <200309172140.h8HLeGFu060649@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Dan Langille" Subject: Re: 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 21:40:17 -0000 The following reply was made to PR kern/56954; it has been noted by GNATS. From: "Dan Langille" 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 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/