diff options
| author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:33:02 +0300 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-09-08 13:08:52 +0300 |
| commit | a1a62ced51bd33716c79719246ac969447acadb2 (patch) | |
| tree | 9ab0cd9c30179efafcce953e5e379defc8734fd5 /include/hw/acpi/aml-build.h | |
| parent | 528ea579c93b19b95c9a190c5ae4d42473401979 (diff) | |
| download | focaccia-qemu-a1a62ced51bd33716c79719246ac969447acadb2.tar.gz focaccia-qemu-a1a62ced51bd33716c79719246ac969447acadb2.zip | |
include/: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'include/hw/acpi/aml-build.h')
| -rw-r--r-- | include/hw/acpi/aml-build.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/acpi/aml-build.h b/include/hw/acpi/aml-build.h index d1fb08514b..ff2a310270 100644 --- a/include/hw/acpi/aml-build.h +++ b/include/hw/acpi/aml-build.h @@ -277,7 +277,7 @@ void free_aml_allocator(void); * @child: element that is copied into @parent_ctx context * * Joins Aml elements together and helps to construct AML tables - * Examle of usage: + * Example of usage: * Aml *table = aml_def_block("SSDT", ...); * Aml *sb = aml_scope("\\_SB"); * Aml *dev = aml_device("PCI0"); |