public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [PATCH, applied] ir: Fix a wrong comment in canonicalize()
@ 2022-10-10 11:58 Dodji Seketeli
  0 siblings, 0 replies; only message in thread
From: Dodji Seketeli @ 2022-10-10 11:58 UTC (permalink / raw)
  To: libabigail

Hello,

While looking at something else, I noticed a comment that doesn't make
sense in the canonicalize()  Fixed thus.

	* src/abg-ir.cc (canonicalize): Fix a comment.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
---
 src/abg-ir.cc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/abg-ir.cc b/src/abg-ir.cc
index e6b8409a..2fc7e747 100644
--- a/src/abg-ir.cc
+++ b/src/abg-ir.cc
@@ -14673,8 +14673,10 @@ canonicalize(type_base_sptr t)
   //      comparison of another type that was being canonicalized
   //
   //   2/ Or the canonical type has been propagated during the
-  //      comparison of another type was being canonicalized and that
-  //      propagated canonical type has been confirmed.
+  //      comparison of another type that was being canonicalized and
+  //      that propagated canonical type has been confirmed, because
+  //      it was depending on a recursive type which comparison
+  //      succeeded.
   ABG_ASSERT(!t->priv_->canonical_type_propagated()
 	     || t->priv_->propagated_canonical_type_confirmed());
 
-- 
2.38.0.rc2


-- 
		Dodji


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

only message in thread, other threads:[~2022-10-10 11:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-10 11:58 [PATCH, applied] ir: Fix a wrong comment in canonicalize() 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).