]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
conf: Trivial comment fix
authorLeonid Bloch <lb.workbox@gmail.com>
Thu, 16 Apr 2020 11:24:54 +0000 (14:24 +0300)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 16 Apr 2020 14:38:07 +0000 (16:38 +0200)
Trivial comment fix, reflecting the changes in
4ee2b31804f4d3477ee83bac28d9991afb0c3393.

Signed-off-by: Leonid Bloch <lb.workbox@gmail.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
src/conf/domain_conf.h

index aad3f82db79d8d97ad0969165164b56c49de3f38..7d8f1aa31b70bb37bd40ff996f129f1fcf4083be 100644 (file)
@@ -2084,7 +2084,7 @@ struct _virDomainTimerDef {
     virDomainTimerCatchupDef catchup;
 
     /* track is only valid for name='platform|rtc' */
-    int track;  /* host|guest */
+    int track;  /* boot|guest|wall */
 
     /* frequency & mode are only valid for name='tsc' */
     unsigned long frequency; /* in Hz, unspecified = 0 */