kern/56954: [PATCH] fix typo in comment of
sys/cam/scsi/scsi_sa.c
Dan Langille
dan at langille.org
Wed Sep 17 14:40:17 PDT 2003
The following reply was made to PR kern/56954; it has been noted by GNATS.
From: "Dan Langille" <dan at langille.org>
To: FreeBSD-gnats-submit at 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/
More information about the freebsd-bugs
mailing list