public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [PATCH, applied] suppression: Fix a typo in apidoc
@ 2023-10-05 15:23 Dodji Seketeli
  0 siblings, 0 replies; only message in thread
From: Dodji Seketeli @ 2023-10-05 15:23 UTC (permalink / raw)
  To: libabigail

Hello,

	* src/abg-suppression.cc (is_fn_call_expr_boundary): Fix a typo in
	the apidoc.

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

diff --git a/src/abg-suppression.cc b/src/abg-suppression.cc
index 4ed42e82..26d19217 100644
--- a/src/abg-suppression.cc
+++ b/src/abg-suppression.cc
@@ -1553,7 +1553,8 @@ is_integer_boundary(type_suppression::insertion_range::boundary_sptr b)
 {return dynamic_pointer_cast<type_suppression::insertion_range::integer_boundary>(b);}
 
 /// Tests if a given instance of @ref
-/// type_suppression::insertion_range::boundary is actually an function call expression boundary.
+/// type_suppression::insertion_range::boundary is actually a
+/// function call expression boundary.
 ///
 /// @param b the boundary to test.
 ///
-- 
2.39.3


-- 
		Dodji


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

only message in thread, other threads:[~2023-10-05 15:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-05 15:23 [PATCH, applied] suppression: Fix a typo in apidoc 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).