* include/abg-fwd.h: Remove unnecessary declaration of class
parameter.
* src/abg-ir.cc: Remove trailing space in a comment.
* src/abg-reader.cc: Fix a comment.
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
class location_manager;
class method_type;
class namespace_decl;
-class parameter;
class pointer_type_def;
class qualified_type_def;
class reference_type_def;
/// negative performance impact because even if @p l and @p r are not
/// equal, the function keeps up the comparison in order to determine
/// the different kinds of ways in which they are different.
-///
+///
/// @return true if @p l equals @p r, false otherwise.
bool
equals(const scope_decl& l, const scope_decl& r, change_kind* k)
// might be called to early, before they are actually added to
// their context.
//
- // TODO: make sure this this function is called after types
- // are added to their context, so that we can try to
+ // TODO: make sure this function is called after types are
+ // added to their context, so that we can try to
// early-canonicalize some of these types, reducing the size
// of the set of types to put on the side, waiting for being
// canonicalized.