diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-12-25 12:30:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-12-25 12:30:42 +0000 |
commit | 6d58a18dcfd0d7cad40714466005ae974a66efbf (patch) | |
tree | f640c85c374222e351be9351d4d142f59dc90444 /sys/dev | |
parent | 3b654ca7c412b8a9e0671269986141103c9a1cb1 (diff) |
typo
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/i2c/files.i2c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/files.i2c b/sys/dev/i2c/files.i2c index fd0549521cf..eec001195ee 100644 --- a/sys/dev/i2c/files.i2c +++ b/sys/dev/i2c/files.i2c @@ -1,4 +1,4 @@ -# $OpenBSD: files.i2c,v 1.20 2005/12/25 12:19:48 deraadt Exp $ +# $OpenBSD: files.i2c,v 1.21 2005/12/25 12:30:41 deraadt Exp $ # $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $ define i2c {[addr = -1], [size = -1]} @@ -45,7 +45,7 @@ device admtemp attach admtemp at i2c file dev/i2c/adm1021.c admtemp -# ADM1025 +# ADM1024 device admlc attach admlc at i2c file dev/i2c/adm1024.c admlc |