diff options
Diffstat (limited to 'source/components/utilities/utobject.c')
-rw-r--r-- | source/components/utilities/utobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/utilities/utobject.c b/source/components/utilities/utobject.c index e4b9305802b2b..71244e5188260 100644 --- a/source/components/utilities/utobject.c +++ b/source/components/utilities/utobject.c @@ -192,7 +192,7 @@ AcpiUtGetElementLength ( * * NOTE: We always allocate the worst-case object descriptor because * these objects are cached, and we want them to be - * one-size-satisifies-any-request. This in itself may not be + * one-size-satisfies-any-request. This in itself may not be * the most memory efficient, but the efficiency of the object * cache should more than make up for this! * |