aboutsummaryrefslogtreecommitdiff
path: root/hw/cxl
diff options
context:
space:
mode:
authorHoa Nguyen <hoanguyen@ucdavis.edu>2022-11-26 19:22:20 -0800
committerLaurent Vivier <laurent@vivier.eu>2023-01-17 10:02:37 +0100
commitf99ad11cd193f21d8740ca836e2d84315171aefd (patch)
treecbace9992c02e4dac5c540595f116e4d0256a073 /hw/cxl
parentf0376c3f0fc37912d068ab26fc24af77c60d6e77 (diff)
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>
Diffstat (limited to 'hw/cxl')
-rw-r--r--hw/cxl/cxl-host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/cxl/cxl-host.c b/hw/cxl/cxl-host.c
index 1adf61231a..3c1ec8732a 100644
--- a/hw/cxl/cxl-host.c
+++ b/hw/cxl/cxl-host.c
@@ -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;