diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2013-03-17 07:28:17 +0000 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2013-03-17 07:28:17 +0000 |
commit | afdfb863d6e2a2abc194a74c429d06da714a78f0 (patch) | |
tree | 05cfe14997350d72c3ef887b798561b72a50d747 | |
parent | d322f7fe00da836263d291c4afc19c41882fa7b0 (diff) | |
download | FreeBSD-src-afdfb863d6e2a2abc194a74c429d06da714a78f0.zip FreeBSD-src-afdfb863d6e2a2abc194a74c429d06da714a78f0.tar.gz |
Fix a typo in a comment.
-rw-r--r-- | sys/dev/acpica/acpi_powerres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_powerres.c b/sys/dev/acpica/acpi_powerres.c index ba08286..aa343a6 100644 --- a/sys/dev/acpica/acpi_powerres.c +++ b/sys/dev/acpica/acpi_powerres.c @@ -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 |