From: Anthony PERARD Date: Thu, 23 Jan 2020 16:56:46 +0000 (+0000) Subject: libxl: Fix comment about dcs.sdss X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~816 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=035c4d771600f300382a1637f2da33023f76b4c1;p=xen.git libxl: Fix comment about dcs.sdss 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 Acked-by: Andrew Cooper --- diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h index ba8c9b41ab..64f6fdada8 100644 --- a/tools/libxl/libxl_internal.h +++ b/tools/libxl/libxl_internal.h @@ -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 */