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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user