public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [PATCH, applied] abg-reader: Fix typo
@ 2021-06-10  9:47 Dodji Seketeli
  0 siblings, 0 replies; only message in thread
From: Dodji Seketeli @ 2021-06-10  9:47 UTC (permalink / raw)
  To: libabigail

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(-)

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
-- 
2.30.0


-- 
		Dodji


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-10  9:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-10  9:47 [PATCH, applied] abg-reader: Fix typo Dodji Seketeli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).