qemu-trivial
[Top][All Lists]
Advanced

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

[Qemu-trivial] [PATCH] device_tree: Fix a typo


From: Kamalesh Babulal
Subject: [Qemu-trivial] [PATCH] device_tree: Fix a typo
Date: Fri, 24 Jul 2015 13:48:13 +0530

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

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

diff --git a/device_tree.c b/device_tree.c
index d2de5809474e..a9f5f8e598d3 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.2




reply via email to

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