Fix typo in suppression specification manual

* doc/manuals/libabigail-concepts.rst: Fix name -> name_regexp.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2014-10-27 20:24:25 +01:00
parent f44110b326
commit b1d6b00f4b

View File

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