diff options
Diffstat (limited to 'source/components/executer/excreate.c')
| -rw-r--r-- | source/components/executer/excreate.c | 8 | 
1 files changed, 3 insertions, 5 deletions
| diff --git a/source/components/executer/excreate.c b/source/components/executer/excreate.c index 888ff7d7c4ad6..cd1ffc2b5336e 100644 --- a/source/components/executer/excreate.c +++ b/source/components/executer/excreate.c @@ -89,7 +89,7 @@ AcpiExCreateAlias (      {          /*           * Dereference an existing alias so that we don't create a chain -         * of aliases.  With this code, we guarantee that an alias is +         * of aliases. With this code, we guarantee that an alias is           * always exactly one level of indirection away from the           * actual aliased name.           */ @@ -99,7 +99,7 @@ AcpiExCreateAlias (      /*       * For objects that can never change (i.e., the NS node will       * permanently point to the same object), we can simply attach -     * the object to the new NS node.  For other objects (such as +     * the object to the new NS node. For other objects (such as       * Integers, buffers, etc.), we have to point the Alias node       * to the original Node.       */ @@ -147,7 +147,7 @@ AcpiExCreateAlias (          /*           * The new alias assumes the type of the target, and it points -         * to the same object.  The reference count of the object has an +         * to the same object. The reference count of the object has an           * additional reference to prevent deletion out from under either the           * target node or the alias Node           */ @@ -570,5 +570,3 @@ Exit:      AcpiUtRemoveReference (Operand[1]);      return_ACPI_STATUS (Status);  } - - | 
