]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
doc: remove stray '+'
authorJustin Viiret <justin.viiret@intel.com>
Wed, 15 Nov 2017 01:39:10 +0000 (12:39 +1100)
committerXiang Wang <xiang.w.wang@intel.com>
Fri, 19 Jan 2018 11:21:41 +0000 (06:21 -0500)
doc/dev-reference/compilation.rst

index fd903379f8ae9e7397507f0a303cf373ee3414b2..df30418754e8f21ae7963c62d5ddfa8fbe6804e2 100644 (file)
@@ -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.