blorp: Fix typo in blorp_xy_block_copy_blt

suppotred -> supported (Thanks to Tapani for catching this.)

Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15183>
This commit is contained in:
Kenneth Graunke 2022-02-28 11:07:30 -08:00 committed by Marge Bot
parent 759d51c367
commit a778f3edd3

View file

@ -2399,7 +2399,7 @@ blorp_xy_block_copy_blt(struct blorp_batch *batch,
const struct blorp_params *params)
{
#if GFX_VER < 12
unreachable("Blitter is only suppotred on Gfx12+");
unreachable("Blitter is only supported on Gfx12+");
#else
UNUSED const struct isl_device *isl_dev = batch->blorp->isl_dev;