[libvirt PATCH v2] qemu: Fix typo in comment

Tim Wiederhake posted 1 patch 2 years, 4 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20211220120329.19559-1-twiederh@redhat.com
src/qemu/qemu_monitor_json.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt PATCH v2] qemu: Fix typo in comment
Posted by Tim Wiederhake 2 years, 4 months ago
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
---
 src/qemu/qemu_monitor_json.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/qemu_monitor_json.c b/src/qemu/qemu_monitor_json.c
index a3d6eca569..8870b5f8ee 100644
--- a/src/qemu/qemu_monitor_json.c
+++ b/src/qemu/qemu_monitor_json.c
@@ -8217,7 +8217,7 @@ qemuMonitorJSONGetSEVMeasurement(qemuMonitor *mon)
 
 
 /**
- * Retrive info about the SEV setup, returning those fields that
+ * Retrieve info about the SEV setup, returning those fields that
  * are required to do a launch attestation, as per
  *
  * HMAC(0x04 || API_MAJOR || API_MINOR || BUILD || GCTX.POLICY || GCTX.LD || MNONCE; GCTX.TIK)
-- 
2.31.1

Re: [libvirt PATCH v2] qemu: Fix typo in comment
Posted by Ani Sinha 2 years, 4 months ago
On Mon, Dec 20, 2021 at 17:34 Tim Wiederhake <twiederh@redhat.com> wrote:

> Signed-off-by: Tim Wiederhake <twiederh@redhat.com>


Reviewed-by : Ani Sinha <ani@anisinha.ca>


> ---
>  src/qemu/qemu_monitor_json.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/qemu/qemu_monitor_json.c b/src/qemu/qemu_monitor_json.c
> index a3d6eca569..8870b5f8ee 100644
> --- a/src/qemu/qemu_monitor_json.c
> +++ b/src/qemu/qemu_monitor_json.c
> @@ -8217,7 +8217,7 @@ qemuMonitorJSONGetSEVMeasurement(qemuMonitor *mon)
>
>
>  /**
> - * Retrive info about the SEV setup, returning those fields that
> + * Retrieve info about the SEV setup, returning those fields that
>   * are required to do a launch attestation, as per
>   *
>   * HMAC(0x04 || API_MAJOR || API_MINOR || BUILD || GCTX.POLICY || GCTX.LD
> || MNONCE; GCTX.TIK)
> --
> 2.31.1
>
>
Re: [libvirt PATCH v2] qemu: Fix typo in comment
Posted by Ján Tomko 2 years, 3 months ago
On a Monday in 2021, Tim Wiederhake wrote:
>Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
>---
> src/qemu/qemu_monitor_json.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano