diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2022-12-15 15:37:49 +0300 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2023-01-16 18:56:32 +0100 |
commit | f0376c3f0fc37912d068ab26fc24af77c60d6e77 (patch) | |
tree | 5d3ea7c5aa848ea75a19d061539a424f629e3c45 /hw/cxl | |
parent | 31c4b6fb0293e359f9ef8a61892667e76eea4c99 (diff) |
hw/cxl/cxl-cdat.c: spelling: missmatch
Introduced by: aba578bdace5303a441f8a37aad781b5cb06f38c
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>
Diffstat (limited to 'hw/cxl')
-rw-r--r-- | hw/cxl/cxl-cdat.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |