From 1d38dbdf0c084eee0577e17d601f2f7cbcd26944 Mon Sep 17 00:00:00 2001 From: yinxiuxiu Date: Tue, 29 Oct 2024 08:10:13 +0000 Subject: [PATCH] correct some spelling errors Signed-off-by: yinxiuxiu --- src/nwfilter/nwfilter_dhcpsnoop.c | 2 +- src/qemu/qemu_saveimage.c | 2 +- src/vbox/vbox_common.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/nwfilter/nwfilter_dhcpsnoop.c b/src/nwfilter/nwfilter_dhcpsnoop.c index 26072ec26e..8b1f424264 100644 --- a/src/nwfilter/nwfilter_dhcpsnoop.c +++ b/src/nwfilter/nwfilter_dhcpsnoop.c @@ -935,7 +935,7 @@ virNWFilterSnoopDHCPOpen(const char *ifname, virMacAddr *mac, * DHCP response against the one of the VM. Assuming that the * bridge learns the VM's MAC address quickly this should not * generate much more traffic than if we filtered by VM and - * braodcast MAC as well + * broadcast MAC as well */ ext_filter = g_strdup(filter); } diff --git a/src/qemu/qemu_saveimage.c b/src/qemu/qemu_saveimage.c index 89112e3e44..26cf302f21 100644 --- a/src/qemu/qemu_saveimage.c +++ b/src/qemu/qemu_saveimage.c @@ -317,7 +317,7 @@ qemuSaveImageDecompressionStart(virQEMUSaveData *data, * Stop decompression process and close both @fd and @intermediatefd if * necessary. * - * Returns -1 on errro, 0 on success. + * Returns -1 on error, 0 on success. */ int qemuSaveImageDecompressionStop(virCommand *cmd, diff --git a/src/vbox/vbox_common.h b/src/vbox/vbox_common.h index b81b62187c..0fb998a138 100644 --- a/src/vbox/vbox_common.h +++ b/src/vbox/vbox_common.h @@ -334,7 +334,7 @@ enum HardDiskVariant #define VBOX_CONTROLLER_SCSI_NAME "SCSI Controller" #define VBOX_CONTROLLER_SAS_NAME "SAS Controller" -/* Simplied definitions in vbox_CAPI_*.h */ +/* Simplified definitions in vbox_CAPI_*.h */ typedef void const *PCVBOXXPCOM; typedef struct nsISupports nsISupports; -- Gitee