diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-25 22:39:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-25 22:39:37 +0000 |
commit | 39a21ed9b5317c808e19da5e874f1011d87df3e0 (patch) | |
tree | 91d11240e83ff54f0d6156fba4ab40cdf6cefea8 /sys/dev | |
parent | 4d0adcfa36312cd5316c13da14cbcb6ad8b9f6a1 (diff) |
Typo police: attribute is better written with an 'r'.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/sbus/stp4020reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sbus/stp4020reg.h b/sys/dev/sbus/stp4020reg.h index 03a8676a247..d125d84117b 100644 --- a/sys/dev/sbus/stp4020reg.h +++ b/sys/dev/sbus/stp4020reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stp4020reg.h,v 1.3 2003/06/25 21:20:54 mickey Exp $ */ +/* $OpenBSD: stp4020reg.h,v 1.4 2003/06/25 22:39:35 miod Exp $ */ /* $NetBSD: stp4020reg.h,v 1.1 1998/11/22 22:14:35 pk Exp $ */ /*- @@ -49,7 +49,7 @@ */ /* - * General chip attibutes. + * General chip attributes. */ #define STP4020_NSOCK 2 /* number of PCCARD sockets per STP4020 */ #define STP4020_NWIN 3 /* number of windows per socket */ |