From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 54512A034F; Fri, 12 Nov 2021 16:22:58 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CE793410EA; Fri, 12 Nov 2021 16:22:57 +0100 (CET) Received: from mail-108-mta65.mxroute.com (mail-108-mta65.mxroute.com [136.175.108.65]) by mails.dpdk.org (Postfix) with ESMTP id A9B27410E3 for ; Fri, 12 Nov 2021 16:22:56 +0100 (CET) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta65.mxroute.com (ZoneMTA) with ESMTPSA id 17d14be8802000177f.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Fri, 12 Nov 2021 15:22:50 +0000 X-Zone-Loop: dbf3f08e7bb726902be8165ef2238cc393a1b3604830 X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From:References:Cc: To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=TSH/VYIw9XQptVl7JkcHwBIZpgT7jotTr51vt9BcdUA=; b=qttTfjfRBkYkFVrK7Eo8XlaeqM O02lOY+IzOWQrKx4mlzGbDx7DFGG4RLtHtswRs+etzVcv50icRQq+MQD9sXvsbCta7Ri18YiWtJF+ 5aZKFy8ZtD5dlJsUL7el4YV4zATYDJVGkeNWimnD2Bafqlw2kWCPYHhPP3wW8PkldvyZGq1QUltST CNARnLWK8VZ4B0PPaAqieEF8bVLHC28nxRFWG/xFRF5kMacoIR+k5Xf9vDQD3EwApa4kWNdgbAMio xmwLs+mRiuAKM2yEuDmfaKVrAySje/FxjhZ6nrppsU/lN9m40uHhgsijNsWP4dxOBaI875zMDVtvr FGJ6FyrA==; Message-ID: <7f3918ab-1a3c-abf4-f9b5-3f7ae65f7771@ashroe.eu> Date: Fri, 12 Nov 2021 15:22:45 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Subject: Re: [PATCH v4 08/18] eal: fix typos in comments Content-Language: en-US To: Stephen Hemminger , dev@dpdk.org Cc: Dmitry Kozlyuk , Narcisa Ana Maria Vasile , Dmitry Malloy , Pallavi Kadam References: <20210909175648.174258-1-stephen@networkplumber.org> <20211112000226.56586-1-stephen@networkplumber.org> <20211112000226.56586-9-stephen@networkplumber.org> From: "Kinsella, Ray" In-Reply-To: <20211112000226.56586-9-stephen@networkplumber.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu X-Zone-Spam-Resolution: no action X-Zone-Spam-Status: No, score=1.4, required=15, tests=[ARC_NA=0, FROM_HAS_DN=0, TO_DN_SOME=0, FREEMAIL_ENVRCPT=0, TAGGED_RCPT=0, MIME_GOOD=-0.1, NEURAL_SPAM=0, RCPT_COUNT_FIVE=0, RCVD_COUNT_ZERO=0, FROM_EQ_ENVFROM=0, MIME_TRACE=0, FREEMAIL_CC=0, MID_RHS_MATCH_FROM=0, SUSPICIOUS_RECIPS=1.5] X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On 12/11/2021 00:02, Stephen Hemminger wrote: > Minor spelling errors. > > Signed-off-by: Stephen Hemminger > --- > 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