summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2017-11-24 18:00:57 +0000
committerEric Engestrom <[email protected]>2017-11-28 10:54:38 +0000
commit9d281e1506cedf264e0d9c402c019632c7b9ac3f (patch)
tree190169869ca667060549a008a990c63ac8b6c70b /src/compiler/nir
parent7b85b9b8773b119360a31b66b321ae560a77cb6d (diff)
compiler: fix typo
Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/compiler/nir')
-rw-r--r--src/compiler/nir/nir_lower_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/nir/nir_lower_io.c b/src/compiler/nir/nir_lower_io.c
index 3879f0297d3..df91febd68d 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)