[applied] abg-reader: Fix typo

Message ID 875yym2gr9.fsf@redhat.com
State New
Headers
Series [applied] abg-reader: Fix typo |

Commit Message

Dodji Seketeli June 10, 2021, 9:47 a.m. UTC
  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(-)
  

Patch

diff --git a/src/abg-reader.cc b/src/abg-reader.cc
index e2286672..4e95d21e 100644
--- a/src/abg-reader.cc
+++ b/src/abg-reader.cc
@@ -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