]> xenbits.xensource.com Git - people/dwmw2/xen.git/commitdiff
libxl: Fix comment about dcs.sdss
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 23 Jan 2020 16:56:46 +0000 (16:56 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 24 Jan 2020 15:16:23 +0000 (15:16 +0000)
The field 'sdss' was named 'dmss' before, commit 3148bebbf0ab did the
renamed but didn't update the comment.

Fixes: 3148bebbf0ab ("libxl: rename a field in libxl__domain_create_state")
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/libxl/libxl_internal.h

index ba8c9b41ab9d3923598d0c0f855e5a48cf0b2958..64f6fdada89dd23de89990ed277cb18152997fee 100644 (file)
@@ -4147,7 +4147,7 @@ struct libxl__domain_create_state {
     libxl__checkpoint_devices_state cds;
     libxl__bootloader_state bl;
     libxl__stub_dm_spawn_state sdss;
-        /* If we're not doing stubdom, we use only dmss.dm,
+        /* If we're not doing stubdom, we use only sdss.dm,
          * for the non-stubdom device model. */
     libxl__stream_read_state srs;
     /* necessary if the domain creation failed and we have to destroy it */