summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_opt_cse.c
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2017-02-27 17:21:42 -0800
committerMatt Turner <[email protected]>2017-03-23 14:34:43 -0700
commitd6e2bdfed3e22df26e9ad8874936241ba00575f6 (patch)
treebe2296d20be45a477f53c5b0163e2e8ecc3469fc /src/compiler/nir/nir_opt_cse.c
parent54f9f34181ff3f6840472d16000e0092d12eb64d (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_opt_cse.c')
-rw-r--r--src/compiler/nir/nir_opt_cse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/nir/nir_opt_cse.c b/src/compiler/nir/nir_opt_cse.c
index 71953b81bf7..db6bb9a4a22 100644
--- a/src/compiler/nir/nir_opt_cse.c
+++ b/src/compiler/nir/nir_opt_cse.c
@@ -33,7 +33,7 @@
*/
/*
- * Visits and CSE's the given block and all its descendants in the dominance
+ * Visits and CSEs the given block and all its descendants in the dominance
* tree recursively. Note that the instr_set is guaranteed to only ever
* contain instructions that dominate the current block.
*/