From cc47a16bcbbc2d1f79511799ca3625c6522f5838 Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Fri, 24 Jul 2015 13:48:13 +0530 Subject: device_tree: Fix a typo Fix spelling of 'allocting' -> 'allocating'. Signed-off-by: Kamalesh Babulal Signed-off-by: Michael Tokarev --- device_tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'device_tree.c') 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); -- cgit v1.2.1