diff options
author | Matt Turner <[email protected]> | 2017-02-27 17:21:42 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2017-03-23 14:34:43 -0700 |
commit | d6e2bdfed3e22df26e9ad8874936241ba00575f6 (patch) | |
tree | be2296d20be45a477f53c5b0163e2e8ecc3469fc /src/compiler/nir/nir_builder.h | |
parent | 54f9f34181ff3f6840472d16000e0092d12eb64d (diff) |
nir: Stop using apostrophes to pluralize.
Reviewed-by: Dylan Baker <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/compiler/nir/nir_builder.h')
-rw-r--r-- | src/compiler/nir/nir_builder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/nir/nir_builder.h b/src/compiler/nir/nir_builder.h index a4f15b6d335..7dbf8efbb34 100644 --- a/src/compiler/nir/nir_builder.h +++ b/src/compiler/nir/nir_builder.h @@ -495,7 +495,7 @@ nir_ssa_for_src(nir_builder *build, nir_src src, int num_components) } /** - * Similar to nir_ssa_for_src(), but for alu src's, respecting the + * Similar to nir_ssa_for_src(), but for alu srcs, respecting the * nir_alu_src's swizzle. */ static inline nir_ssa_def * |