qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] migration: fix one typo in comment of function


From: Dr. David Alan Gilbert
Subject: Re: [Qemu-devel] [PATCH] migration: fix one typo in comment of function migration_total_bytes()
Date: Thu, 12 Sep 2019 11:25:24 +0100
User-agent: Mutt/1.12.1 (2019-06-15)

* Wei Yang (address@hidden) wrote:
> Signed-off-by: Wei Yang <address@hidden>

Queued

> ---
>  migration/migration.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/migration/migration.c b/migration/migration.c
> index fbdabd34d9..cae3e894ad 100644
> --- a/migration/migration.c
> +++ b/migration/migration.c
> @@ -3023,7 +3023,7 @@ static MigThrError 
> migration_detect_error(MigrationState *s)
>      }
>  }
>  
> -/* How many bytes have we transferred since the beggining of the migration */
> +/* How many bytes have we transferred since the beginning of the migration */
>  static uint64_t migration_total_bytes(MigrationState *s)
>  {
>      return qemu_ftell(s->to_dst_file) + ram_counters.multifd_bytes;
> -- 
> 2.17.1
> 
> 
--
Dr. David Alan Gilbert / address@hidden / Manchester, UK



reply via email to

[Prev in Thread] Current Thread [Next in Thread]