]> git.proxmox.com Git - mirror_qemu.git/blobdiff - util/qemu-progress.c
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
[mirror_qemu.git] / util / qemu-progress.c
index 3c2223c1a21cd3173fe86cf96e44fce3e3bb9299..20d51f8c128b3412b8389e34bbff44b7d2e068ba 100644 (file)
@@ -131,7 +131,7 @@ void qemu_progress_end(void)
 /*
  * Report progress.
  * @delta is how much progress we made.
- * If @max is zero, @delta is an absolut value of the total job done.
+ * If @max is zero, @delta is an absolute value of the total job done.
  * Else, @delta is a progress delta since the last call, as a fraction
  * of @max.  I.e. the delta is @delta * @max / 100. This allows
  * relative accounting of functions which may be a different fraction of