| .. | .. |
|---|
| 3 | 3 | * |
|---|
| 4 | 4 | * Module Name: utobject - ACPI object create/delete/size/cache routines |
|---|
| 5 | 5 | * |
|---|
| 6 | | - * Copyright (C) 2000 - 2018, Intel Corp. |
|---|
| 6 | + * Copyright (C) 2000 - 2020, Intel Corp. |
|---|
| 7 | 7 | * |
|---|
| 8 | 8 | *****************************************************************************/ |
|---|
| 9 | 9 | |
|---|
| .. | .. |
|---|
| 44 | 44 | * |
|---|
| 45 | 45 | * NOTE: We always allocate the worst-case object descriptor because |
|---|
| 46 | 46 | * these objects are cached, and we want them to be |
|---|
| 47 | | - * one-size-satisifies-any-request. This in itself may not be |
|---|
| 47 | + * one-size-satisfies-any-request. This in itself may not be |
|---|
| 48 | 48 | * the most memory efficient, but the efficiency of the object |
|---|
| 49 | 49 | * cache should more than make up for this! |
|---|
| 50 | 50 | * |
|---|