compiler: fix typo

Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Eric Engestrom 2017-11-24 18:00:57 +00:00
parent 7b85b9b877
commit 9d281e1506
1 changed files with 1 additions and 1 deletions

View File

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