]> Git Repo - qemu.git/commitdiff
trace-events: Fix typos (found by codespell)
authorStefan Weil <[email protected]>
Wed, 23 Mar 2016 14:38:20 +0000 (15:38 +0100)
committerStefan Hajnoczi <[email protected]>
Thu, 31 Mar 2016 09:37:00 +0000 (10:37 +0100)
Signed-off-by: Stefan Weil <[email protected]>
Reviewed-by: Luiz Capitulino <[email protected]>
Message-id: 1458743900[email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
trace-events

index d494de1446ba91a96119b70dc29f384c4114ec89..996a77f013c2a21d46e26f37c28cef8158330bda 100644 (file)
@@ -144,8 +144,8 @@ cpu_out(unsigned int addr, char size, unsigned int val) "addr %#x(%c) value %u"
 # Since requests are raised via monitor, not many tracepoints are needed.
 balloon_event(void *opaque, unsigned long addr) "opaque %p addr %lu"
 virtio_balloon_handle_output(const char *name, uint64_t gpa) "section name: %s gpa: %"PRIx64
-virtio_balloon_get_config(uint32_t num_pages, uint32_t acutal) "num_pages: %d acutal: %d"
-virtio_balloon_set_config(uint32_t acutal, uint32_t oldacutal) "acutal: %d oldacutal: %d"
+virtio_balloon_get_config(uint32_t num_pages, uint32_t actual) "num_pages: %d actual: %d"
+virtio_balloon_set_config(uint32_t actual, uint32_t oldactual) "actual: %d oldactual: %d"
 virtio_balloon_to_target(uint64_t target, uint32_t num_pages) "balloon target: %"PRIx64" num_pages: %d"
 
 # hw/intc/apic_common.c
This page took 0.03366 seconds and 4 git commands to generate.