update comments

date	2004.11.16.21.54.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:40:06 +00:00
parent 1f93020d80
commit eaf705049c

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: exoparg2 - AML execution - opcodes with 2 arguments
* $Revision: 1.127 $
* $Revision: 1.129 $
*
*****************************************************************************/
@ -504,7 +504,7 @@ AcpiExOpcode_2A_1T_1R (
Index = (UINT32) Operand[1]->Integer.Value;
/*
* At this point, the Source operand is either a Package or a Buffer
* At this point, the Source operand is a Package, Buffer, or String
*/
if (ACPI_GET_OBJECT_TYPE (Operand[0]) == ACPI_TYPE_PACKAGE)
{
@ -525,7 +525,7 @@ AcpiExOpcode_2A_1T_1R (
}
else
{
/* Object to be indexed is a Buffer */
/* Object to be indexed is a Buffer/String */
if (Index >= Operand[0]->Buffer.Length)
{