summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>2002-01-21 11:10:32 +0000
committermpp <mpp@FreeBSD.org>2002-01-21 11:10:32 +0000
commit7045577bbbba66aec7ceb2778cd70c22e09ae2a2 (patch)
treef4ca21c2aa565e6306aea00ee0e4e6a6ec575a33
parent209790b26e21e072b6e6138355d0f77a7712e844 (diff)
downloadFreeBSD-src-7045577bbbba66aec7ceb2778cd70c22e09ae2a2.zip
FreeBSD-src-7045577bbbba66aec7ceb2778cd70c22e09ae2a2.tar.gz
Fix a typo in a comment field.
-rw-r--r--sys/sys/mtio.h2
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;
OpenPOWER on IntegriCloud