summaryrefslogtreecommitdiffstats
path: root/util/trace-events
diff options
context:
space:
mode:
authorzhaolichang2020-09-17 09:50:24 +0200
committerLaurent Vivier2020-09-17 20:38:42 +0200
commit8cc360b93ae09bcb0d34148b914652b24dd70061 (patch)
treee2152348ba9148eed8f9395d9103ad467df821d4 /util/trace-events
parentscripts/: fix some comment spelling errors (diff)
downloadqemu-8cc360b93ae09bcb0d34148b914652b24dd70061.tar.gz
qemu-8cc360b93ae09bcb0d34148b914652b24dd70061.tar.xz
qemu-8cc360b93ae09bcb0d34148b914652b24dd70061.zip
util/: fix some comment spelling errors
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the util folder. Signed-off-by: zhaolichang <zhaolichang@huawei.com> Reviewed-by: Alex Bennee <alex.bennee@linaro.org> Message-Id: <20200917075029.313-6-zhaolichang@huawei.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'util/trace-events')
-rw-r--r--util/trace-events2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/trace-events b/util/trace-events
index 4e894aa9c3..24c31803b0 100644
--- a/util/trace-events
+++ b/util/trace-events
@@ -28,7 +28,7 @@ qemu_file_monitor_add_watch(void *mon, const char *dirpath, const char *filename
qemu_file_monitor_remove_watch(void *mon, const char *dirpath, int64_t id) "File monitor %p remove watch dir='%s' id=%" PRId64
qemu_file_monitor_new(void *mon, int fd) "File monitor %p created fd=%d"
qemu_file_monitor_enable_watch(void *mon, const char *dirpath, int id) "File monitor %p enable watch dir='%s' id=%u"
-qemu_file_monitor_disable_watch(void *mon, const char *dirpath, int id) "Fle monitor %p disable watch dir='%s' id=%u"
+qemu_file_monitor_disable_watch(void *mon, const char *dirpath, int id) "File monitor %p disable watch dir='%s' id=%u"
qemu_file_monitor_event(void *mon, const char *dirpath, const char *filename, int mask, unsigned int id) "File monitor %p event dir='%s' file='%s' mask=0x%x id=%u"
qemu_file_monitor_dispatch(void *mon, const char *dirpath, const char *filename, int ev, void *cb, void *opaque, int64_t id) "File monitor %p dispatch dir='%s' file='%s' ev=%d cb=%p opaque=%p id=%" PRId64