Date: Thu, 16 Jan 2003 13:24:21 -0500 From: Alan Day <alan@alanday.com> To: freebsd-questions@freebsd.org Subject: Where should I send this sort of thing? Message-ID: <20030116182421.GC23312@newton.daemonhosting.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030116182421.GC23312>