* include/abg-fwd.h (get_pretty_representation): Add missing white
space.
* src/abg-ir.cc (get_name): Fix typo in comment.
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
get_pretty_representation(const type_base*, bool internal = false);
string
-get_pretty_representation(const type_or_decl_base*,bool internal = false);
+get_pretty_representation(const type_or_decl_base*, bool internal = false);
string
get_pretty_representation(const type_or_decl_base_sptr&,
}
/// Build and return a copy of the name of an ABI artifact that is
-/// either a type of a decl.
+/// either a type or a decl.
///
/// @param tod the ABI artifact to get the name for.
///