From: Justin Viiret Date: Wed, 15 Nov 2017 01:39:10 +0000 (+1100) Subject: doc: remove stray '+' X-Git-Tag: v4.7.0^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1450dc99934e3f6baa669e870f8af53c071cbfdd;p=thirdparty%2Fvectorscan.git doc: remove stray '+' --- diff --git a/doc/dev-reference/compilation.rst b/doc/dev-reference/compilation.rst index fd903379..df304187 100644 --- a/doc/dev-reference/compilation.rst +++ b/doc/dev-reference/compilation.rst @@ -383,7 +383,7 @@ The :c:type:`hs_platform_info_t` structure has two fields: #. ``cpu_features``: This allows the application to specify a mask of CPU features that may be used on the target platform. For example, :c:member:`HS_CPU_FEATURES_AVX2` can be specified for Intel\ |reg| Advanced - Vector Extensions +2 (Intel\ |reg| AVX2) instruction set support. If a flag + Vector Extensions 2 (Intel\ |reg| AVX2) instruction set support. If a flag for a particular CPU feature is specified, the database will not be usable on a CPU without that feature.