]> git.proxmox.com Git - mirror_qemu.git/blobdiff - device_tree.c
memory: Allow replay of IOMMU mapping notifications
[mirror_qemu.git] / device_tree.c
index d2de5809474e384914eadeeb7c6f5465f6b8c224..a9f5f8e598d334f796fe250742e967b6f9b34424 100644 (file)
@@ -241,7 +241,7 @@ uint32_t qemu_fdt_alloc_phandle(void *fdt)
 
     /*
      * We need to find out if the user gave us special instruction at
-     * which phandle id to start allocting phandles.
+     * which phandle id to start allocating phandles.
      */
     if (!phandle) {
         phandle = machine_phandle_start(current_machine);