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:
Gert Wollny 2020-09-19 15:38:35 +02:00 committed by Marge Bot
parent 07cb38f0d2
commit 0a3f92bcc6

View file

@ -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) {