diff options
author | Matt Turner <[email protected]> | 2017-02-27 16:28:53 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2017-03-23 14:34:43 -0700 |
commit | 70c045597479c65728be762491551e6071c7e65d (patch) | |
tree | c91eb3124f135b367f2a37cef0abb2941098146e /src/compiler/nir/nir.h | |
parent | d6e2bdfed3e22df26e9ad8874936241ba00575f6 (diff) |
nir: Fix misspellings.
Reviewed-by: Dylan Baker <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/compiler/nir/nir.h')
-rw-r--r-- | src/compiler/nir/nir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index c1294543dd0..1f918af725d 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -1908,7 +1908,7 @@ nir_register *nir_local_reg_create(nir_function_impl *impl); void nir_reg_remove(nir_register *reg); -/** Adds a variable to the appropreate list in nir_shader */ +/** Adds a variable to the appropriate list in nir_shader */ void nir_shader_add_variable(nir_shader *shader, nir_variable *var); static inline void |