Skip to content

Commit f0525cb

Browse files
committed
Fix typo
1 parent 52e4c5a commit f0525cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/plugins/bap-tracing/tracing.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ QEMU_PLUGIN_EXPORT int qemu_plugin_install(qemu_plugin_id_t id,
300300
}
301301
g_free(output);
302302
if (!write_header(state.file, info->target_name)) {
303-
qemu_plugin_outs("Failed to header.\n");
303+
qemu_plugin_outs("Failed to write header.\n");
304304
return 1;
305305
}
306306
write_meta(state.file, argv, argc);

0 commit comments

Comments
 (0)