mirror of
git://sourceware.org/git/libabigail.git
synced 2025-03-05 14:18:11 +00:00
[abg-comparison.cc] Fix comments typo
* src/abg-comparison.cc (leaf_diff_node_marker_visitor::visit_begin): Fix typo in comment. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
4665752256
commit
e0484f7c19
@ -10066,7 +10066,7 @@ struct leaf_diff_node_marker_visitor : public diff_node_visitor
|
||||
&& !is_reference_diff(d)
|
||||
&& !is_qualified_type_diff(d)
|
||||
&& !is_array_diff(d)
|
||||
// Similarly a parameter chagne in itself doesn't make sense.
|
||||
// Similarly a parameter change in itself doesn't make sense.
|
||||
// It should have already been reported as part of the change
|
||||
// of the function it belongs to.
|
||||
&& !is_fn_parm_diff(d)
|
||||
|
Loading…
Reference in New Issue
Block a user