From a6706d680a028fd79a8a1e40d789b6473a7930c5 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Mon, 24 Nov 2008 13:34:30 +0000 Subject: [PATCH] Update an obsolete comment. git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5410 7894878c-1315-0410-8ee3-d5d059ff63e0 --- prog/detect/sensors-detect | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect index 41e0ef24..61d70054 100755 --- a/prog/detect/sensors-detect +++ b/prog/detect/sensors-detect @@ -50,8 +50,7 @@ $revision =~ s/ \([^()]*\)//; # signature. This is an easy and fast way to determine which SMBus or I2C # adapters should be present. # Each entry must have a vendid (Vendor ID), devid (Device ID) and -# procid (string as appears in /proc/pci; see linux/driver/pci, -# either pci.c or oldproc.c). +# procid (Device name) and driver (Device driver). @pci_adapters = ( { vendid => 0x8086,