]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/acpi/aml-build.h
include/: spelling fixes
[mirror_qemu.git] / include / hw / acpi / aml-build.h
index d1fb08514bfa04dda0fb32226e1e77737c13b887..ff2a310270a44f25821f324479a1390379b9d894 100644 (file)
@@ -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");