From: Michael Tokarev Date: Thu, 15 Dec 2022 12:37:49 +0000 (+0300) Subject: hw/cxl/cxl-cdat.c: spelling: missmatch X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f0376c3f0fc37912d068ab26fc24af77c60d6e77;p=qemu.git hw/cxl/cxl-cdat.c: spelling: missmatch Introduced by: aba578bdace5303a441f8a37aad781b5cb06f38c Signed-off-by: Michael Tokarev Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20221215123749.1026775-1-mjt@msgid.tls.msk.ru> Signed-off-by: Laurent Vivier --- diff --git a/hw/cxl/cxl-cdat.c b/hw/cxl/cxl-cdat.c index 3653aa56f0..137abd0992 100644 --- a/hw/cxl/cxl-cdat.c +++ b/hw/cxl/cxl-cdat.c @@ -146,7 +146,7 @@ static void ct3_load_cdat(CDATObject *cdat, Error **errp) num_ent++; } if (i != file_size) { - error_setg(errp, "CDAT: File length missmatch"); + error_setg(errp, "CDAT: File length mismatch"); return; }