hw/cxl/cxl-host: Fix an error message typo

Signed-off-by: Hoa Nguyen <hoanguyen@ucdavis.edu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221127032220.2649-1-hoanguyen@ucdavis.edu>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
master
Hoa Nguyen 2022-11-26 19:22:20 -08:00 committed by Laurent Vivier
parent f0376c3f0f
commit f99ad11cd1
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ static void cxl_fixed_memory_window_config(CXLState *cxl_state,
if (object->size % (256 * MiB)) {
error_setg(errp,
"Size of a CXL fixed memory window must my a multiple of 256MiB");
"Size of a CXL fixed memory window must be a multiple of 256MiB");
return;
}
fw->size = object->size;