From b1d6b00f4ba3c4f9fc90efb4a3235d5572c5f45c Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Mon, 27 Oct 2014 20:24:25 +0100 Subject: [PATCH] Fix typo in suppression specification manual * doc/manuals/libabigail-concepts.rst: Fix name -> name_regexp. Signed-off-by: Dodji Seketeli --- doc/manuals/libabigail-concepts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manuals/libabigail-concepts.rst b/doc/manuals/libabigail-concepts.rst index fa1f65d5..ae5dc886 100644 --- a/doc/manuals/libabigail-concepts.rst +++ b/doc/manuals/libabigail-concepts.rst @@ -76,7 +76,7 @@ Suppression specifications [suppress_type] type_kind = struct - name = ^.*PrivateType + name_regexp = ^.*PrivateType Let's now look at the generic syntax of suppression specification files.