From dd85724bc933d006e53c3f68a07feb00d739f876 Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Sun, 17 Mar 2013 07:28:17 +0000 Subject: [PATCH] Fix a typo in a comment. --- sys/dev/acpica/acpi_powerres.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/acpica/acpi_powerres.c b/sys/dev/acpica/acpi_powerres.c index ba08286f7853..aa343a6b197b 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