diff --git a/src/gallium/drivers/r600/sfn/sfn_shader_base.cpp b/src/gallium/drivers/r600/sfn/sfn_shader_base.cpp index 13a4c688ddf..83ec3387aad 100644 --- a/src/gallium/drivers/r600/sfn/sfn_shader_base.cpp +++ b/src/gallium/drivers/r600/sfn/sfn_shader_base.cpp @@ -777,7 +777,7 @@ GPRVector ShaderFromNirProcessor::vec_from_nir_with_fetch_constant(const nir_src /* Now check whether all inputs come from the same GPR, and fill * empty slots in the vector with unused swizzles, bail out if - * the sources are nqot from the same GPR + * the sources are not from the same GPR */ if (use_same) {