From: Kamalesh Babulal Date: Fri, 24 Jul 2015 08:18:13 +0000 (+0530) Subject: device_tree: Fix a typo X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~209^2~25^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc47a16bcbbc2d1f79511799ca3625c6522f5838;p=sdk%2Femulator%2Fqemu.git device_tree: Fix a typo Fix spelling of 'allocting' -> 'allocating'. Signed-off-by: Kamalesh Babulal Signed-off-by: Michael Tokarev --- diff --git a/device_tree.c b/device_tree.c index d2de580947..a9f5f8e598 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);