Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Nov 2011 23:04:43 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r227642 - head/sys/dev/acpica
Message-ID:  <201111172304.pAHN4hZI034928@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler (ports committer)
Date: Thu Nov 17 23:04:43 2011
New Revision: 227642
URL: http://svn.freebsd.org/changeset/base/227642

Log:
  - be more precise about the unit of measurement
  
  Approved by:	jhb
  MFC after:	3 days

Modified:
  head/sys/dev/acpica/acpi_thermal.c

Modified: head/sys/dev/acpica/acpi_thermal.c
==============================================================================
--- head/sys/dev/acpica/acpi_thermal.c	Thu Nov 17 22:59:16 2011	(r227641)
+++ head/sys/dev/acpica/acpi_thermal.c	Thu Nov 17 23:04:43 2011	(r227642)
@@ -245,7 +245,7 @@ acpi_tz_attach(device_t dev)
 	SYSCTL_ADD_INT(&acpi_tz_sysctl_ctx,
 		       SYSCTL_CHILDREN(acpi_tz_sysctl_tree),
 		       OID_AUTO, "polling_rate", CTLFLAG_RW,
-		       &acpi_tz_polling_rate, 0, "monitor polling rate in seconds");
+		       &acpi_tz_polling_rate, 0, "monitor polling interval in seconds");
 	SYSCTL_ADD_INT(&acpi_tz_sysctl_ctx,
 		       SYSCTL_CHILDREN(acpi_tz_sysctl_tree), OID_AUTO,
 		       "user_override", CTLFLAG_RW, &acpi_tz_override, 0,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111172304.pAHN4hZI034928>