]> git.proxmox.com Git - mirror_qemu.git/commitdiff
device_tree: Fix a typo
authorKamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Fri, 24 Jul 2015 08:18:13 +0000 (13:48 +0530)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 27 Jul 2015 19:44:47 +0000 (22:44 +0300)
Fix spelling of 'allocting' -> 'allocating'.

Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
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);