qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 03/10] device_tree: Fix a typo


From: Michael Tokarev
Subject: [Qemu-devel] [PULL 03/10] device_tree: Fix a typo
Date: Mon, 27 Jul 2015 22:54:06 +0300

From: Kamalesh Babulal <address@hidden>

Fix spelling of 'allocting' -> 'allocating'.

Signed-off-by: Kamalesh Babulal <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>
---
 device_tree.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/device_tree.c b/device_tree.c
index d2de580..a9f5f8e 100644
--- a/device_tree.c
+++ b/device_tree.c
@@ -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);
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]