[applied] abg-reader: Fix typo
Commit Message
Hello,
* src/abg-reader.cc
(read_context::maybe_check_abixml_canonical_type_stability): Fix
typo.
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
Applied to master.
---
src/abg-reader.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -840,7 +840,7 @@ public:
if (j == m_env->get_type_id_canonical_type_map().end())
std::cerr << "error: no type with type-id: '"
<< type_id
- << "' could be read back from the abixml file\n";
+ << "' could be read back from the typeid file\n";
else if (j->second
!= reinterpret_cast<uintptr_t>(t->get_canonical_type().get()))
// So thecanonical type of 't' (at abixml de-serialization