mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
r600/sfn: Fix typo in comment
Thanks Stanislav Jakúbek for ponting it out. Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6787>
This commit is contained in:
parent
07cb38f0d2
commit
0a3f92bcc6
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue