diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2020-02-15 15:05:25 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2020-02-15 15:05:25 +0000 |
| commit | dca7f66f438fbc2ce4584a3863de83fdfccd2fd5 (patch) | |
| tree | 2af80b26dca22235492af498f5baec13f3637f4a /sys/contrib/dev/acpica/components/utilities/utobject.c | |
| parent | 473b61d31e6050150c4a1516bd374728e00af923 (diff) | |
| parent | 074ad60a4c77a08c3317387c677f01c207dae129 (diff) | |
Notes
Diffstat (limited to 'sys/contrib/dev/acpica/components/utilities/utobject.c')
| -rw-r--r-- | sys/contrib/dev/acpica/components/utilities/utobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/components/utilities/utobject.c b/sys/contrib/dev/acpica/components/utilities/utobject.c index c51148bd54de..d3ac88a24972 100644 --- a/sys/contrib/dev/acpica/components/utilities/utobject.c +++ b/sys/contrib/dev/acpica/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! * |
