summaryrefslogtreecommitdiff
path: root/source/components/executer/exstore.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2012-07-11 16:51:47 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2012-07-11 16:51:47 +0000
commit8724452f676e45bfd39cfb47234f7def5551f067 (patch)
treeadad4747b5f7a0166c805c0a7a6bdd4c884aa24b /source/components/executer/exstore.c
parentafea6800ce201481ac6ebace2b4266b3b1b15d6e (diff)
Notes
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 656b64947862..3a88811950b0 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.