Few typos below

> Signed-off-by: Lee Daly <lee.d...@intel.com>
> ---
>  MAINTAINERS                               |  5 ++
>  devtools/test-build.sh                    |  4 ++
>  doc/guides/compressdevs/features/isal.ini | 40 +++++++++++++
>  doc/guides/compressdevs/index.rst         |  1 +
>  doc/guides/compressdevs/isal.rst          | 94
> +++++++++++++++++++++++++++++++

<...>

> +; Supported features of 'ISA-L' compression driver.
> +;
> +[FEATURES]
> +HW Accelerated = N
> +CPU SSE        = Y
> +CPU AVX        = Y
> +CPU AVX2       = Y
> +CPU AVX512     = Y
> +CPU NEON       = N
> +Stateful       = N
> +By-Pass        = N
> +Chained mbufs  = N
> +;
> +; Supported algorithims of the 'ISA-L' compression driver.

algorithims / algorithms

> +;
> +[ALGORITHIM]

ALGORITHIM / ALGORITHM

<...>

> +The ISA-L PMD (**librte_pmd_isal_comp**) provides poll mode
> compression
> +& decompression driver support for utilizing Intel ISA-L library, which
> +implements the deflate algorithim for both compression and
> +decompression

algorithim / algorithm

<...>

> +
> +are usualy sufficient::
> +
> +     ./autogen.sh
> +     ./configure
> +

usualy /  usually 

<...>

Reply via email to