From owner-freebsd-questions Thu Jan 16 10:10:49 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 104B737B401 for ; Thu, 16 Jan 2003 10:10:48 -0800 (PST) Received: from newton.daemonhosting.com (newton.daemonhosting.com [63.251.138.194]) by mx1.FreeBSD.org (Postfix) with SMTP id 68DAC43E4A for ; Thu, 16 Jan 2003 10:10:47 -0800 (PST) (envelope-from aday@newton.daemonhosting.com) Received: (qmail 26167 invoked by uid 1000); 16 Jan 2003 18:24:21 -0000 Date: Thu, 16 Jan 2003 13:24:21 -0500 From: Alan Day To: freebsd-questions@freebsd.org Subject: Where should I send this sort of thing? Message-ID: <20030116182421.GC23312@newton.daemonhosting.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Typo in this file... Index: sys/dev/dpt/dpt_scsi.c =================================================================== RCS file: /home/ncvs/src/sys/dev/dpt/dpt_scsi.c,v retrieving revision 1.34 diff -u -r1.34 dpt_scsi.c --- sys/dev/dpt/dpt_scsi.c 2002/11/06 21:19:17 1.34 +++ sys/dev/dpt/dpt_scsi.c 2003/01/16 17:56:22 @@ -1561,7 +1561,7 @@ /* Ignore status packets with EOC not set */ if (dpt->sp->EOC == 0) { - printf("dpt%d ERROR: Request %d recieved with " + printf("dpt%d ERROR: Request %d received with " "clear EOC.\n Marking as LOST.\n", dpt->unit, dccb->transaction_id); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message