Skip to content
Snippets Groups Projects
Commit cc47a16b authored by Kamalesh Babulal's avatar Kamalesh Babulal Committed by Michael Tokarev
Browse files

device_tree: Fix a typo


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

Signed-off-by: default avatarKamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
parent f3c30aea
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment