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 BD8CCA0547; Thu, 9 Sep 2021 20:11:39 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8818441178; Thu, 9 Sep 2021 20:11:07 +0200 (CEST) Received: from mail-pf1-f177.google.com (mail-pf1-f177.google.com [209.85.210.177]) by mails.dpdk.org (Postfix) with ESMTP id C667E4116C for ; Thu, 9 Sep 2021 20:11:05 +0200 (CEST) Received: by mail-pf1-f177.google.com with SMTP id q22so2506272pfu.0 for ; Thu, 09 Sep 2021 11:11:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=YhKzcukIPnuFq2gmD/5xkP4Th29ZYZ+ww6uH6h8RZ2c=; b=oeUgqg/cj4NdIgGRlziETha544ox/k7rjJAHvgwY+4zt5ILEK5FaWnMTQj4BeDaD4T 08y8j6jE8CuPpqk6uzBcFHkSd9bThHntsYFCAXF7+N1IEp1N4GGlPw1GwZvE8lMYqgvn 5p5W5p4612uAGMaWLLGPSCPyxh5xLDrnakkQi21L5KLEmxhY2ASjqb7jT+fWlwaMu0Mh woQbqtT2t3fmYnzoQf7n6Pkqg6qUiuirRILtcFLMrXW18pp5DD+HeEGe5iDzIsfttKOK 1zWrhfFsoDrg09awoPQz5zOfdM1t/0SG3gjfEd/aIi2UP74b2q+Z1ySdzqk1A/hMl5+3 KOrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=YhKzcukIPnuFq2gmD/5xkP4Th29ZYZ+ww6uH6h8RZ2c=; b=TIM16ozgiHEgTQJbgWYh5bRubxSEJntR4uVmqx3auAefh/pfsx5J+8Urv11vEX7Vc7 xksdBx6oD0GM3bycIdysFfMFkSP5Sgv6uAboc0rLg7kn4YV88lqe1SPI5uvlrveYqy8i NZlV0Bq4n08Ttmi+e0MdwylEKRHl2TTFU2BzUqNd08HzbHC7zwkI5ni1x6OZLhHklUFQ vqJHo/mhSGDg5VYzN+FGaGwEPZ+nesLFgO892lZBIJIlFC6fFV8CkLXrGGBMh+pFpg2E lh49CmaLTc2ZIgB8oZDl/tOCu3JiL4LiBuzg7OKwc9OefT9BWgBRAuIlv5nT5bQ2iHta PSlQ== X-Gm-Message-State: AOAM533kngjj2PbxJqnI4X+mW5dZ1e+kgSVMk4ZSDEfcr1g+RG9y9SNt D7Q0ojxABpARLz0wg4Fof7Q6xz56Nyl00Q== X-Google-Smtp-Source: ABdhPJzHg1r5EZQx2gBMq3BGzDdQZDsBj0UQux45ksB2qRj5xMRD7OXognXeWOWnUD0gnzGQ1CV1hw== X-Received: by 2002:a62:8fc3:0:b0:405:473a:7461 with SMTP id n186-20020a628fc3000000b00405473a7461mr4128387pfd.28.1631211064637; Thu, 09 Sep 2021 11:11:04 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id v14sm2924734pja.53.2021.09.09.11.11.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Sep 2021 11:11:03 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Thu, 9 Sep 2021 11:10:38 -0700 Message-Id: <20210909181048.176255-9-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210909181048.176255-1-stephen@networkplumber.org> References: <20210909175648.174258-1-stephen@networkplumber.org> <20210909181048.176255-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 08/18] eal: fix typos in comments 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 Sender: "dev" 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 -- 2.30.2