projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3c30ae
)
device_tree: Fix a typo
author
Kamalesh Babulal
<kamalesh@linux.vnet.ibm.com>
Fri, 24 Jul 2015 08:18:13 +0000
(13:48 +0530)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Mon, 27 Jul 2015 19:44:47 +0000
(22:44 +0300)
Fix spelling of 'allocting' -> 'allocating'.
Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
device_tree.c
patch
|
blob
|
history
diff --git
a/device_tree.c
b/device_tree.c
index d2de5809474e384914eadeeb7c6f5465f6b8c224..a9f5f8e598d334f796fe250742e967b6f9b34424 100644
(file)
--- 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 alloc
a
ting phandles.
*/
if (!phandle) {
phandle = machine_phandle_start(current_machine);