summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2007-01-08 22:18:50 +0000
committerkettenis <kettenis@openbsd.org>2007-01-08 22:18:50 +0000
commit84659d5cbae9dc5cfe9a43288bfa38a1bbbb8572 (patch)
tree2165560d90e9855e3356d3c86437c9da67d7b1d6
parentc should be u_char for printing option numbers. fix parameter request (diff)
downloadwireguard-openbsd-84659d5cbae9dc5cfe9a43288bfa38a1bbbb8572.tar.xz
wireguard-openbsd-84659d5cbae9dc5cfe9a43288bfa38a1bbbb8572.zip
Fix comment. From Constantine A. Murenin.
-rw-r--r--sys/dev/ic/lm78var.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/lm78var.h b/sys/dev/ic/lm78var.h
index 4613163da07..5e42b889dae 100644
--- a/sys/dev/ic/lm78var.h
+++ b/sys/dev/ic/lm78var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: lm78var.h,v 1.8 2007/01/07 21:24:29 kettenis Exp $ */
+/* $OpenBSD: lm78var.h,v 1.9 2007/01/08 22:18:50 kettenis Exp $ */
/*
* Copyright (c) 2005, 2006 Mark Kettenis
@@ -67,7 +67,7 @@
#define WB_BANK0_FAN4 0xba /* Fan 4 reading (W83791D only) */
#define WB_BANK0_FAN5 0xbb /* Fan 5 reading (W83791D only) */
-#define WB_BANK0_CONFIG 0x18 /* VRM & OVT Configuration (W83637HF only) */
+#define WB_BANK0_CONFIG 0x18 /* VRM & OVT Config (W83627THF/W83637HF) */
/* Bank 1 registers */
#define WB_BANK1_T2H 0x50 /* Temperature 2 High Byte */