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 974C5A0548; Fri, 12 Nov 2021 01:03:24 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C446C4117A; Fri, 12 Nov 2021 01:02:43 +0100 (CET) Received: from mail-pf1-f177.google.com (mail-pf1-f177.google.com [209.85.210.177]) by mails.dpdk.org (Postfix) with ESMTP id 590F641160 for ; Fri, 12 Nov 2021 01:02:40 +0100 (CET) Received: by mail-pf1-f177.google.com with SMTP id n26so2319553pff.3 for ; Thu, 11 Nov 2021 16:02:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=YhKzcukIPnuFq2gmD/5xkP4Th29ZYZ+ww6uH6h8RZ2c=; b=i+bBGG0QXNL6kvF/DYKbb32YfKtUTyqvMu8iRoMu8eA9qojNJeEDRSD9OxcnvrDqZW pvioRWze5Te3AouPBlrXNnf2LdM1xcyvKzCT1jaJ6Z0yoFymcDfryiYpBwmDFI5LiGRI LaDUmFdoOtarrc7SCYfb8c2EP11s/cfNZdHCFCqs3rgXu51IY3lbrfxkIDfsA25Zr/JQ 6J2tiR802QE72diQ92AaycfH630lwqL4lUr9r+7l/M4PJZytw2XzDsqbt3BzIYnkbjIc zQVUSm0BjspBoo1nICZllusMXlplZCTmBCQ1u39ex+iPTjQ5hyK8CTONuqMhkMV1YqzJ fAjg== 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=W8kzkR1yvB2CDC2r7BBhd3cFvywgE40HKzzL783z1JMZat8TvoxvSBlZf+pNypaHgm YUQPDRCP+jfDvY0Axr2tm3drmDhd5k5xfNeTjm/v8d3L5aNQbvk+2u0Px9KA1WKJMxLd 8YNSZAz4CBEBjx/J8TAF/6PcnJkNb1CVPfYDDH7fl0/gmEOaWOOa5F27TYpIarhaivEp QYI++hsMsFMrxdTqSpoKNa7Vyfz8qnrJpfUUIQtsa46hzKv/fKhiaMaYLwnQHB5vJrc3 v/jq/gsau0spMcZU06XG2Zy+2au1EN8jsLHPoQPefsQzXwznuAgr0jCLtjlNp+UqD9jq UN4w== X-Gm-Message-State: AOAM5314bdVWTRP9XRVUaucoluNQoonC9Kq9b09DCPWM/xcD38JEocv/ 0st4rHdRKr/P/V5Op7FzreCcYQthLlHVXg== X-Google-Smtp-Source: ABdhPJx+0A1Je49pVYXN3eA8w5Yax6sGFB84N2ZNwH52/4SYsO7sVRY2OnEVL4Ik2cj61AO1B/b9lQ== X-Received: by 2002:a05:6a00:a8e:b0:480:ab08:1568 with SMTP id b14-20020a056a000a8e00b00480ab081568mr10170679pfl.28.1636675359226; Thu, 11 Nov 2021 16:02:39 -0800 (PST) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id ls14sm9567296pjb.49.2021.11.11.16.02.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Nov 2021 16:02:38 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Ray Kinsella , Dmitry Kozlyuk , Narcisa Ana Maria Vasile , Dmitry Malloy , Pallavi Kadam Subject: [PATCH v4 08/18] eal: fix typos in comments Date: Thu, 11 Nov 2021 16:02:16 -0800 Message-Id: <20211112000226.56586-9-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211112000226.56586-1-stephen@networkplumber.org> References: <20210909175648.174258-1-stephen@networkplumber.org> <20211112000226.56586-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 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