From 395ef984d6d11fda6817df99097aab067b9e1a54 Mon Sep 17 00:00:00 2001 From: Erik Shreve Date: Mon, 5 Jun 2023 18:21:06 +0000 Subject: [PATCH] Corrected function comments --- faultplugin/faultplugin.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/faultplugin/faultplugin.c b/faultplugin/faultplugin.c index 3a8a0c1..8d6a230 100644 --- a/faultplugin/faultplugin.c +++ b/faultplugin/faultplugin.c @@ -836,8 +836,8 @@ void free_protobuf_message(Archie__Data* msg) /** * plugin_end_information_dump * - * This function first writes all collected data to data pipe, then deletes all information structs - * Then it will cause a segfault to crash qemu to end it for the moment + * This function first writes all collected data to data pipe, + * then deletes all information structs. */ void plugin_end_information_dump(GString *end_reason) { @@ -972,8 +972,9 @@ void plugin_end_information_dump(GString *end_reason) /** * plugin_end_information_dump_and_exit * - * This function first writes all collected data to data pipe, then deletes all information structs - * Then it will cause a segfault to crash qemu to end it for the moment + * This function first writes all collected data to data pipe, + * then deletes all information structs. It will then call + * exit to exit the QEMU process. */ void plugin_end_information_dump_and_exit(GString *end_reason) {