This message was copy-pasted from a few lines below. Signed-off-by: Simon Ser <contact@xxxxxxxxxxx> --- parse-displayid-block.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse-displayid-block.cpp b/parse-displayid-block.cpp index 6dddad37584d..aa956e0dd5fb 100644 --- a/parse-displayid-block.cpp +++ b/parse-displayid-block.cpp @@ -1036,7 +1036,7 @@ void edid_state::parse_displayid_tiled_display_topology(const unsigned char *x, printf(" Left bezel size: %.1f pixels\n", pix_mult * x[15] / 10.0); } else { - fail("No bezel information, but the pixel multiplier is non-zero.\n"); + fail("Bezel information bit is set, but the pixel multiplier is zero.\n"); } printf(" Tile resolution: %ux%u\n", tile_width + 1, tile_height + 1); } else if (pix_mult) { -- 2.39.0