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:
@@ -143,7 +143,7 @@ ir_texture::equals(const ir_instruction *ir, enum ir_node_type ignore) const
|
||||
if (!possibly_null_equals(projector, other->projector, ignore))
|
||||
return false;
|
||||
|
||||
if (!possibly_null_equals(shadow_comparitor, other->shadow_comparitor, ignore))
|
||||
if (!possibly_null_equals(shadow_comparator, other->shadow_comparator, ignore))
|
||||
return false;
|
||||
|
||||
if (!possibly_null_equals(offset, other->offset, ignore))
|
||||
|
Reference in New Issue
Block a user