diff options
-rw-r--r-- | sys/sys/mtio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/mtio.h b/sys/sys/mtio.h index 94e5168..9e9d99a 100644 --- a/sys/sys/mtio.h +++ b/sys/sys/mtio.h @@ -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; |