mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ static void ct3_load_cdat(CDATObject *cdat, Error **errp)
|
||||||
num_ent++;
|
num_ent++;
|
||||||
}
|
}
|
||||||
if (i != file_size) {
|
if (i != file_size) {
|
||||||
error_setg(errp, "CDAT: File length missmatch");
|
error_setg(errp, "CDAT: File length mismatch");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue