svn commit: r248415 - head/sys/dev/acpica

Rui Paulo rpaulo at FreeBSD.org
Sun Mar 17 07:28:18 UTC 2013


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


More information about the svn-src-all mailing list