summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamalesh Babulal2015-07-24 10:18:13 +0200
committerMichael Tokarev2015-07-27 21:44:47 +0200
commitcc47a16bcbbc2d1f79511799ca3625c6522f5838 (patch)
tree5b7e1fd215dfe86c4ec74645403e5197baa9fdd7
parenthw/acpi/ich9: clean up stale comment about KVM not supporting SMM (diff)
downloadqemu-cc47a16bcbbc2d1f79511799ca3625c6522f5838.tar.gz
qemu-cc47a16bcbbc2d1f79511799ca3625c6522f5838.tar.xz
qemu-cc47a16bcbbc2d1f79511799ca3625c6522f5838.zip
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>
-rw-r--r--device_tree.c2
1 files changed, 1 insertions, 1 deletions
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);