r600/sfn: Fix typo

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18983>
This commit is contained in:
Gert Wollny 2022-09-28 08:47:27 +02:00
parent 5bdbbe5399
commit 4b7ae72c46

View file

@ -901,7 +901,7 @@ int r600_shader_from_nir(struct r600_context *rctx,
R600_ERR("%s: Lowering to assembly failed\n", __func__);
scheduled_shader->print(std::cerr);
/* For now crash if the shader could not be benerated */
/* For now crash if the shader could not be generated */
assert(0);
return -1;
}