summaryrefslogtreecommitdiffstats
path: root/source/components/executer/exstore.c
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2012-07-11 16:51:47 +0000
committerjkim <jkim@FreeBSD.org>2012-07-11 16:51:47 +0000
commitdbd90a99cde8c4a942a41f095faa72f479694173 (patch)
treeadad4747b5f7a0166c805c0a7a6bdd4c884aa24b /source/components/executer/exstore.c
parentbed871bb76b9fc47b3a3595700ef242f22f33ea4 (diff)
downloadFreeBSD-src-dbd90a99cde8c4a942a41f095faa72f479694173.zip
FreeBSD-src-dbd90a99cde8c4a942a41f095faa72f479694173.tar.gz
Import ACPICA 20120711.
Diffstat (limited to 'source/components/executer/exstore.c')
-rw-r--r--source/components/executer/exstore.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/components/executer/exstore.c b/source/components/executer/exstore.c
index 656b649..3a88811 100644
--- a/source/components/executer/exstore.c
+++ b/source/components/executer/exstore.c
@@ -68,15 +68,15 @@ AcpiExStoreObjectToIndex (
* FUNCTION: AcpiExStore
*
* PARAMETERS: *SourceDesc - Value to be stored
- * *DestDesc - Where to store it. Must be an NS node
- * or an ACPI_OPERAND_OBJECT of type
+ * *DestDesc - Where to store it. Must be an NS node
+ * or ACPI_OPERAND_OBJECT of type
* Reference;
* WalkState - Current walk state
*
* RETURN: Status
*
* DESCRIPTION: Store the value described by SourceDesc into the location
- * described by DestDesc. Called by various interpreter
+ * described by DestDesc. Called by various interpreter
* functions to store the result of an operation into
* the destination operand -- not just simply the actual "Store"
* ASL operator.
OpenPOWER on IntegriCloud