From 4b7ae72c46618cdb1cecb57a10509d3bf05881dd Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Wed, 28 Sep 2022 08:47:27 +0200 Subject: [PATCH] r600/sfn: Fix typo Signed-off-by: Gert Wollny Part-of: --- src/gallium/drivers/r600/sfn/sfn_nir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/r600/sfn/sfn_nir.cpp b/src/gallium/drivers/r600/sfn/sfn_nir.cpp index 93b0b43d3b2..02eadf92e27 100644 --- a/src/gallium/drivers/r600/sfn/sfn_nir.cpp +++ b/src/gallium/drivers/r600/sfn/sfn_nir.cpp @@ -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; }