[applied] suppression: Fix a typo in apidoc

Message ID 877co1f5zl.fsf@redhat.com
State New
Headers
Series [applied] suppression: Fix a typo in apidoc |

Commit Message

Dodji Seketeli Oct. 5, 2023, 3:23 p.m. UTC
  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(-)
  

Patch

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.
 ///