Module Name: src
Committed By: andvar
Date: Sat Aug 19 17:32:02 UTC 2023
Modified Files:
src/sys/arch/hp300/dev: mtreg.h
src/sys/dev/gpib: mtreg.h
Log Message:
fix typos in documented error codes.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/hp300/dev/mtreg.h
cvs rdiff -u -r1.6 -r1.7 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.8 src/sys/arch/hp300/dev/mtreg.h:1.9
--- src/sys/arch/hp300/dev/mtreg.h:1.8 Sat Nov 26 00:25:36 2022
+++ src/sys/arch/hp300/dev/mtreg.h Sat Aug 19 17:32:02 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: mtreg.h,v 1.8 2022/11/26 00:25:36 tsutsui Exp $ */
+/* $NetBSD: mtreg.h,v 1.9 2023/08/19 17:32:02 andvar Exp $ */
/*
* Copyright (c) 1992, The University of Utah and
@@ -249,7 +249,7 @@ struct mt_stat {
* 110 Formatter <--> data buffer byte count mismatch
* (CONTROLLER ERROR) - these are ALL internal to drive
* 121 Transaction ID mismatch (device vs. controller)
- * 122 Devoce report has no coorepinding command
+ * 122 Device report has no corresponding command
* 123 Invalid device report
* 124 Repost queue overflow
* 125 Unknown command from device
@@ -261,7 +261,7 @@ struct mt_stat {
* 132 Bad message type from device
* 133 Abort between HPIB interface and channel program
* 134 Unknown HPIB interface exception
- * 137 Illegal access to servo conntroller registers
+ * 137 Illegal access to servo controller registers
* 138 Device program firmware error
* 139 Hardware utilities firmware error
* 140 Channel program firmware error
Index: src/sys/dev/gpib/mtreg.h
diff -u src/sys/dev/gpib/mtreg.h:1.6 src/sys/dev/gpib/mtreg.h:1.7
--- src/sys/dev/gpib/mtreg.h:1.6 Sun Dec 5 02:25:29 2021
+++ src/sys/dev/gpib/mtreg.h Sat Aug 19 17:32:02 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: mtreg.h,v 1.6 2021/12/05 02:25:29 msaitoh Exp $ */
+/* $NetBSD: mtreg.h,v 1.7 2023/08/19 17:32:02 andvar Exp $ */
/*
* Copyright (c) 1992, The University of Utah and
@@ -250,7 +250,7 @@ struct mt_stat {
* 110 Formatter <--> data buffer byte count mismatch
* (CONTROLLER ERROR) - these are ALL internal to drive
* 121 Transaction ID mismatch (device vs. controller)
- * 122 Devoce report has no coorepinding command
+ * 122 Device report has no corresponding command
* 123 Invalid device report
* 124 Repost queue overflow
* 125 Unknown command from device
@@ -262,7 +262,7 @@ struct mt_stat {
* 132 Bad message type from device
* 133 Abort between HPIB interface and channel program
* 134 Unknown HPIB interface exception
- * 137 Illegal access to servo conntroller registers
+ * 137 Illegal access to servo controller registers
* 138 Device program firmware error
* 139 Hardware utilities firmware error
* 140 Channel program firmware error