Fix type in comment, 's/writtent/written/'

PR:		56954
Submitted by:	Dan Langille <dan@langille.org>
This commit is contained in:
Johan Karlsson 2004-01-18 00:17:14 +00:00
parent ef271e5858
commit 8004412590

View File

@ -2403,7 +2403,7 @@ saerror(union ccb *ccb, u_int32_t cflgs, u_int32_t sflgs)
* 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;
}