Module Name: src Committed By: msaitoh Date: Sun Dec 5 02:25:29 UTC 2021
Modified Files: src/sys/arch/hp300/dev: mtreg.h src/sys/dev/gpib: mtreg.h Log Message: s/corect/correct/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hp300/dev/mtreg.h cvs rdiff -u -r1.5 -r1.6 src/sys/dev/gpib/mtreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/hp300/dev/mtreg.h diff -u src/sys/arch/hp300/dev/mtreg.h:1.6 src/sys/arch/hp300/dev/mtreg.h:1.7 --- src/sys/arch/hp300/dev/mtreg.h:1.6 Tue May 28 08:59:33 2019 +++ src/sys/arch/hp300/dev/mtreg.h Sun Dec 5 02:25:29 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: mtreg.h,v 1.6 2019/05/28 08:59:33 msaitoh Exp $ */ +/* $NetBSD: mtreg.h,v 1.7 2021/12/05 02:25:29 msaitoh Exp $ */ /* * Copyright (c) 1992, The University of Utah and @@ -226,7 +226,7 @@ struct mt_stat { * 64 Tape mark timeout (no gap following tape mark) * (POSITION or SERVO ERRORS) - these are ALL internal to tape drive * 81 Servo unresponsive - * 82 Servo didn't respond with corect state + * 82 Servo didn't respond with correct state * 83 Servo shutdown * 84 Servo detected hardware failure * 85 Servo protocol error Index: src/sys/dev/gpib/mtreg.h diff -u src/sys/dev/gpib/mtreg.h:1.5 src/sys/dev/gpib/mtreg.h:1.6 --- src/sys/dev/gpib/mtreg.h:1.5 Tue May 28 08:59:34 2019 +++ src/sys/dev/gpib/mtreg.h Sun Dec 5 02:25:29 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: mtreg.h,v 1.5 2019/05/28 08:59:34 msaitoh Exp $ */ +/* $NetBSD: mtreg.h,v 1.6 2021/12/05 02:25:29 msaitoh Exp $ */ /* * Copyright (c) 1992, The University of Utah and @@ -227,7 +227,7 @@ struct mt_stat { * 64 Tape mark timeout (no gap following tape mark) * (POSITION or SERVO ERRORS) - these are ALL internal to tape drive * 81 Servo unresponsive - * 82 Servo didn't respond with corect state + * 82 Servo didn't respond with correct state * 83 Servo shutdown * 84 Servo detected hardware failure * 85 Servo protocol error