diff options
| author | andvar <andvar@NetBSD.org> | 2023-05-06 22:17:28 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2023-05-06 22:17:28 +0000 |
| commit | c302bc745ef50da18007dc3349c4d73cd74772d5 (patch) | |
| tree | 10106cc0bb79057bde66e6adf77c3d589326dd35 /sys/dev/pci | |
| parent | 342fbd529ac259f58a71c196cd9bdf948bdf7aef (diff) | |
few more typos in the word "register", mainly s/resister/register/.
In one comment I assume that it was meant to be pull-up resistor.
Diffstat (limited to 'sys/dev/pci')
| -rw-r--r-- | sys/dev/pci/pccbbreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pccbbreg.h b/sys/dev/pci/pccbbreg.h index b4760494a9e..5b1ce00cd4b 100644 --- a/sys/dev/pci/pccbbreg.h +++ b/sys/dev/pci/pccbbreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: pccbbreg.h,v 1.16 2019/10/15 18:20:44 msaitoh Exp $ */ +/* $NetBSD: pccbbreg.h,v 1.17 2023/05/06 22:17:28 andvar Exp $ */ /* * Copyright (c) 1999 HAYAKAWA Koichi. All rights reserved. @@ -147,7 +147,7 @@ /* - * Special resister definition for Toshiba ToPIC95/97 + * Special register definition for Toshiba ToPIC95/97 * These values are borrowed from pcmcia-cs/Linux. */ #define TOPIC_SOCKET_CTRL 0x90 |
