diff options
Diffstat (limited to 'source/components/executer/exnames.c')
-rw-r--r-- | source/components/executer/exnames.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/components/executer/exnames.c b/source/components/executer/exnames.c index c3cb6b0b4cadb..0d0b6e2da0ac5 100644 --- a/source/components/executer/exnames.c +++ b/source/components/executer/exnames.c @@ -1,4 +1,3 @@ - /****************************************************************************** * * Module Name: exnames - interpreter/scanner name load/execute @@ -73,7 +72,7 @@ AcpiExNameSegment ( * (-1)==root, 0==none * NumNameSegs - count of 4-character name segments * - * RETURN: A pointer to the allocated string segment. This segment must + * RETURN: A pointer to the allocated string segment. This segment must * be deleted by the caller. * * DESCRIPTION: Allocate a buffer for a name string. Ensure allocated name @@ -484,5 +483,3 @@ AcpiExGetNameString ( return_ACPI_STATUS (Status); } - - |