Module: Mesa Branch: master Commit: 9d281e1506cedf264e0d9c402c019632c7b9ac3f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d281e1506cedf264e0d9c402c019632c7b9ac3f
Author: Eric Engestrom <[email protected]> Date: Fri Nov 24 18:00:57 2017 +0000 compiler: fix typo Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Matt Turner <[email protected]> --- src/compiler/nir/nir_lower_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/nir/nir_lower_io.c b/src/compiler/nir/nir_lower_io.c index 3879f0297d..df91febd68 100644 --- a/src/compiler/nir/nir_lower_io.c +++ b/src/compiler/nir/nir_lower_io.c @@ -522,7 +522,7 @@ nir_lower_io(nir_shader *shader, nir_variable_mode modes, } /** - * Return the offset soruce for a load/store intrinsic. + * Return the offset source for a load/store intrinsic. */ nir_src * nir_get_io_offset_src(nir_intrinsic_instr *instr) _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
