diff options
| author | andvar <andvar@NetBSD.org> | 2021-10-13 21:49:10 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-10-13 21:49:10 +0000 |
| commit | 31cac7980e0c7d98a5e69488232bd7c5fda3375f (patch) | |
| tree | 23ff138f72c00c3375cc350297a2618575cc0a07 /sys/dev/std | |
| parent | 9409eb18e13f59f54f5dc38c003a3bb9a957d0d1 (diff) | |
fix typos and wrong ISO/IEC standard number in reference description.
Diffstat (limited to 'sys/dev/std')
| -rw-r--r-- | sys/dev/std/ieee1212reg.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/std/ieee1212reg.h b/sys/dev/std/ieee1212reg.h index ae3537199f6..4c1e74c5753 100644 --- a/sys/dev/std/ieee1212reg.h +++ b/sys/dev/std/ieee1212reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ieee1212reg.h,v 1.11 2008/04/28 20:23:58 martin Exp $ */ +/* $NetBSD: ieee1212reg.h,v 1.12 2021/10/13 21:49:10 andvar Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -32,9 +32,9 @@ #ifndef _DEV_STD_IEEE1212REG_H_ #define _DEV_STD_IEEE1212REG_H_ -/* This file contains definitions from ISO/IEC 1312 or ANSI/IEEE Std 1212 - * Informaton techonology - * Microprocessor systes +/* This file contains definitions from ISO/IEC 13213 or ANSI/IEEE Std 1212 + * Information technology + * Microprocessor systems * Control and Status Registers (CSR) * Architecture for microcomputer buses * First edition 1994-10-05 @@ -195,7 +195,7 @@ "Textual-Descriptor", "Bus-Dependent-Info", "Module-Vendor-Id", \ "Module-Hw-Version", "Module-Spec-Id", "Module-Sw-Version", \ "Module-Dependent-Info", "Node-Vendor-Id", "Node-Hw_Version", \ - "Node-Spec-Id", "Node-Sw-Verson", "Node-Capabilities", \ + "Node-Spec-Id", "Node-Sw-Version", "Node-Capabilities", \ "Node-Unique-Id", "Node-Units-Extent", "Node-Memory-Extent", \ "Node-Dependent-Info", "Unit-Directory", "Unit-Spec-Id", \ "Unit-Sw-Version", "Unit-Dependent-Info", "Unit-Location", \ |
