public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [PATCH, applied] comparison: Fix typo
@ 2024-03-29 17:08 Dodji Seketeli
  0 siblings, 0 replies; only message in thread
From: Dodji Seketeli @ 2024-03-29 17:08 UTC (permalink / raw)
  To: libabigail

Hello,

While looking at something else, I noticed a typo in a comment in
src/abg-comparison.cc.  Fixed thus.

	* src/abg-comparison.cc
	(class_or_union_diff::ensure_lookup_tables_populated): Fix a
	comment typo.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
Applied to the master branch
---
 src/abg-comparison.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/abg-comparison.cc b/src/abg-comparison.cc
index bd7c224e..8f4aa5fc 100644
--- a/src/abg-comparison.cc
+++ b/src/abg-comparison.cc
@@ -5301,7 +5301,7 @@ class_or_union_diff::ensure_lookup_tables_populated(void) const
 		//
 		// 2/ It must have been deleted as well.
 		//
-		// 3/ It there must be a non-empty difference between the
+		// 3/ There must be a non-empty difference between the
 		// deleted D and the added D.
 		string_decl_base_sptr_map::const_iterator j =
 		  priv_->deleted_data_members_.find(name);
-- 
2.39.3


-- 
		Dodji


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

only message in thread, other threads:[~2024-03-29 17:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-29 17:08 [PATCH, applied] comparison: 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).