1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Fix a typo in a comment field.

This commit is contained in:
Mike Pritchard 2002-01-21 11:10:32 +00:00
parent 8edd27f18f
commit 51d31ec2d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89609

View File

@ -169,7 +169,7 @@ struct scsi_tape_errors {
struct {
u_int32_t retries; /* total # retries performed */
u_int32_t corrected; /* total # corrections performed */
u_int32_t processed; /* total # corrections succssful */
u_int32_t processed; /* total # corrections successful */
u_int32_t failures; /* total # corrections/retries failed */
u_int64_t nbytes; /* total # bytes processed */
} wterr, rderr;