mirror of https://github.com/xemu-project/xemu.git
hw/cxl/cxl-cdat.c: spelling: missmatch
Introduced by: aba578bdac
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221215123749.1026775-1-mjt@msgid.tls.msk.ru>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
31c4b6fb02
commit
f0376c3f0f
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue