treewide: s/comparitor/comparator/
git grep -l comparitor | xargs sed -i 's/comparitor/comparator/g' Just happened to notice this in a patch that was sent and included one of the tokens in question. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Acked-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
@@ -209,8 +209,8 @@ ir_texture::clone(void *mem_ctx, struct hash_table *ht) const
|
||||
new_tex->coordinate = this->coordinate->clone(mem_ctx, ht);
|
||||
if (this->projector)
|
||||
new_tex->projector = this->projector->clone(mem_ctx, ht);
|
||||
if (this->shadow_comparitor) {
|
||||
new_tex->shadow_comparitor = this->shadow_comparitor->clone(mem_ctx, ht);
|
||||
if (this->shadow_comparator) {
|
||||
new_tex->shadow_comparator = this->shadow_comparator->clone(mem_ctx, ht);
|
||||
}
|
||||
|
||||
if (this->offset != NULL)
|
||||
|
Reference in New Issue
Block a user