summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/evrgnini.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/evrgnini.c')
-rw-r--r--sys/contrib/dev/acpica/evrgnini.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/evrgnini.c b/sys/contrib/dev/acpica/evrgnini.c
index b08d5b7..280fa3a 100644
--- a/sys/contrib/dev/acpica/evrgnini.c
+++ b/sys/contrib/dev/acpica/evrgnini.c
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: evrgnini- ACPI AddressSpace (OpRegion) init
- * $Revision: 45 $
+ * $Revision: 46 $
*
*****************************************************************************/
@@ -358,7 +358,7 @@ AcpiEvPciConfigRegionSetup (
}
/*
- * The PCI bus number comes from the _BBN method
+ * The PCI bus number comes from the _BBN method
*/
Status = AcpiUtEvaluateNumericObject (METHOD_NAME__BBN, Node, &Temp);
if (ACPI_SUCCESS (Status))
@@ -523,7 +523,7 @@ AcpiEvInitializeRegion (
/*
* Found it! Now update the region and the handler
*/
- AcpiEvAssociateRegionAndHandler (HandlerObj, RegionObj,
+ AcpiEvAssociateRegionAndHandler (HandlerObj, RegionObj,
AcpiNsLocked);
return_ACPI_STATUS (AE_OK);
}
OpenPOWER on IntegriCloud