summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2007-10-17 17:14:54 +0000
committerderaadt <deraadt@openbsd.org>2007-10-17 17:14:54 +0000
commit365accdf7f9273089817af85c3c3a8d475035d09 (patch)
tree8866cdd308ed01e21bf52d97a2e2183644ab3f90 /sys/dev/i2c
parentclear the invalid flag for temperature sensors that are no longer invalid; ok deraadt (diff)
downloadwireguard-openbsd-365accdf7f9273089817af85c3c3a8d475035d09.tar.xz
wireguard-openbsd-365accdf7f9273089817af85c3c3a8d475035d09.zip
typo
Diffstat (limited to 'sys/dev/i2c')
-rw-r--r--sys/dev/i2c/thmc50.c4
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