[PATCH v4 08/18] eal: fix typos in comments
Kinsella, Ray
mdr at ashroe.eu
Fri Nov 12 16:22:45 CET 2021
On 12/11/2021 00:02, Stephen Hemminger wrote:
> Minor spelling errors.
>
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> ---
> lib/eal/include/rte_function_versioning.h | 2 +-
> lib/eal/windows/include/fnmatch.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lib/eal/include/rte_function_versioning.h b/lib/eal/include/rte_function_versioning.h
> index 746a1e19923e..eb6dd2bc1727 100644
> --- a/lib/eal/include/rte_function_versioning.h
> +++ b/lib/eal/include/rte_function_versioning.h
> @@ -15,7 +15,7 @@
>
> /*
> * Provides backwards compatibility when updating exported functions.
> - * When a symol is exported from a library to provide an API, it also provides a
> + * When a symbol is exported from a library to provide an API, it also provides a
> * calling convention (ABI) that is embodied in its name, return type,
> * arguments, etc. On occasion that function may need to change to accommodate
> * new functionality, behavior, etc. When that occurs, it is desirable to
> diff --git a/lib/eal/windows/include/fnmatch.h b/lib/eal/windows/include/fnmatch.h
> index 142753c3568d..c272f65ccdc3 100644
> --- a/lib/eal/windows/include/fnmatch.h
> +++ b/lib/eal/windows/include/fnmatch.h
> @@ -30,7 +30,7 @@ extern "C" {
> * with the given regular expression pattern.
> *
> * @param pattern
> - * regular expression notation decribing the pattern to match
> + * regular expression notation describing the pattern to match
> *
> * @param string
> * source string to searcg for the pattern
>
Acked-by: Ray Kinsella <mdr at ashroe.eu>
More information about the dev
mailing list