device_tree: Fix a typo

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

Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
stable-2.4
Kamalesh Babulal 2015-07-24 13:48:13 +05:30 committed by Michael Tokarev
parent f3c30aeaa7
commit cc47a16bcb
1 changed files with 1 additions and 1 deletions

View 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);