Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2013 07:28:17 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r248415 - head/sys/dev/acpica
Message-ID:  <201303170728.r2H7SHf4095618@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Sun Mar 17 07:28:17 2013
New Revision: 248415
URL: http://svnweb.freebsd.org/changeset/base/248415

Log:
  Fix a typo in a comment.

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

Modified: head/sys/dev/acpica/acpi_powerres.c
==============================================================================
--- head/sys/dev/acpica/acpi_powerres.c	Sun Mar 17 06:57:25 2013	(r248414)
+++ head/sys/dev/acpica/acpi_powerres.c	Sun Mar 17 07:28:17 2013	(r248415)
@@ -47,7 +47,7 @@ __FBSDID("$FreeBSD$");
  * resource, and only deactivate it when there are no powered devices.
  *
  * Note that this only manages resources for known devices.  There is an
- * ugly case where we may turn of power to a device which is in use because
+ * ugly case where we may turn off power to a device which is in use because
  * we don't know that it depends on a given resource.  We should perhaps
  * try to be smarter about this, but a more complete solution would involve
  * scanning all of the ACPI namespace to find devices we're not currently



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