qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] hw/cxl/cxl-host: Fix an error message typo


From: Hoa Nguyen
Subject: [PATCH] hw/cxl/cxl-host: Fix an error message typo
Date: Sat, 26 Nov 2022 19:22:20 -0800

Signed-off-by: Hoa Nguyen <hoanguyen@ucdavis.edu>
---
 hw/cxl/cxl-host.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
2.30.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]