forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/acpi/acpica/utobject.c
....@@ -3,7 +3,7 @@
33 *
44 * Module Name: utobject - ACPI object create/delete/size/cache routines
55 *
6
- * Copyright (C) 2000 - 2018, Intel Corp.
6
+ * Copyright (C) 2000 - 2020, Intel Corp.
77 *
88 *****************************************************************************/
99
....@@ -44,7 +44,7 @@
4444 *
4545 * NOTE: We always allocate the worst-case object descriptor because
4646 * 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
4848 * the most memory efficient, but the efficiency of the object
4949 * cache should more than make up for this!
5050 *