Skip to content

Commit

Permalink
hw/cxl/cxl-cdat.c: spelling: missmatch
Browse files Browse the repository at this point in the history
Introduced by: aba578b

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>
  • Loading branch information
Michael Tokarev authored and vivier committed Jan 16, 2023
1 parent 31c4b6f commit f0376c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/cxl/cxl-cdat.c
Expand Up @@ -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;
}

Expand Down

0 comments on commit f0376c3

Please sign in to comment.