diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-10-17 17:14:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-10-17 17:14:55 +0000 |
commit | cf6d9ee1664f52db382db901154ff4796fd5f1a1 (patch) | |
tree | 388db065ff07c74dc07aa225a8fee45f1df95252 /sys/dev/i2c | |
parent | aea8437ae01e740c196d90e6478457ecda207647 (diff) |
typo
Diffstat (limited to 'sys/dev/i2c')
-rw-r--r-- | sys/dev/i2c/thmc50.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/thmc50.c b/sys/dev/i2c/thmc50.c index 00702628564..900c2da9b36 100644 --- a/sys/dev/i2c/thmc50.c +++ b/sys/dev/i2c/thmc50.c @@ -1,4 +1,4 @@ -/* $OpenBSD: thmc50.c,v 1.3 2007/10/14 14:01:22 cnst Exp $ */ +/* $OpenBSD: thmc50.c,v 1.4 2007/10/17 17:14:54 deraadt Exp $ */ /* * Copyright (c) 2007 Theo de Raadt @@ -23,7 +23,7 @@ #include <dev/i2c/i2cvar.h> -/* ADM 1022 registers */ +/* THMC50 registers */ #define THMC50_TEMP0 0x27 #define THMC50_TEMP1 0x26 #define THMC50_TEMP2 0x20 |