doc/userguide: fix typo

Issue: #7540

fixed doc/userguide/performance/hyperscan.rst
fixed doc/userguide/performance/runmodes.rst
pull/12562/head
AlirezaPourchali 4 weeks ago committed by Victor Julien
parent 73455179d7
commit 60dd0ec8a5

@ -51,7 +51,7 @@ The steps to build and install hyperscan are:
cmake --build ./
sudo cmake --install ./
**Note:** Hyperscan can take a a long time to build/compile.
**Note:** Hyperscan can take a long time to build/compile.
**Note:** It may be necessary to add /usr/local/lib or
/usr/local/lib64 to the `ld` search path. Typically this is

@ -12,7 +12,7 @@ a queue. Packets will be processed by one thread at a time, but there
can be multiple packets being processed at a time by the engine (see
:ref:`suricata-yaml-max-pending-packets`). A thread can have one or
more thread-modules. If they have more modules, they can only be
active one a a time. The way threads, modules and queues are arranged
active one at a time. The way threads, modules and queues are arranged
together is called the "Runmode".
Different runmodes

Loading…
Cancel
Save