From patchwork Thu Oct 14 21:56:21 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 101700 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D578BA0C43; Thu, 14 Oct 2021 23:57:20 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A15A14119A; Thu, 14 Oct 2021 23:56:51 +0200 (CEST) Received: from mail-pg1-f182.google.com (mail-pg1-f182.google.com [209.85.215.182]) by mails.dpdk.org (Postfix) with ESMTP id F0D7C4118A for ; Thu, 14 Oct 2021 23:56:47 +0200 (CEST) Received: by mail-pg1-f182.google.com with SMTP id r2so6730133pgl.10 for ; Thu, 14 Oct 2021 14:56:47 -0700 (PDT) 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=Pvkc5xW5q4ZU6KhbK3B2n18jlQcp+zqFvc2b59BP1+u/H+IEIY47xQ8VFTJnp6Afhh 6yA8CD072uXCWJBT2dcR4EZ2VD00VHEjCb8KfH24/Qto3oO8zQVfoTZCiGFJpfGT7BV0 1vMKqH2f5HmiXtc4BHtvDCDV/cysAn1klTuLcnt3/JEiRWDsDlbFHT4SfT78ZbmeQM8x 2DOSo1A4X2qVu8u2J4MvSyPb3qqXtoyj4t0qCAZezmnykB+Sm4Gyw/KSTKuB/VKPjv90 Q7dXa2cejYm+in/5/cWt2dfcpp3Maj9X9oTzWuz0UlMCmlWa8CAsOfP3g4/3ZTaD2Qa6 vkaw== 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=w0xaaMeXlxgSTunN3zH0jy4j9ZUQt9Y+uXV3LW68p9d6hJn8C6OYXY32NWMV6+0GGA JHpSveL3I4ooF3aju/eAVn2HSJHhVtVSqSaSzz0aXxpm5Mwybe/+rtcY6eICaC/CJBYa LQRm20m97Aen+8HJA5hw8bQF76jCx9TWLF4ajO5CH067dbKn2lFR50PdwWAzVBGsRISF OIyeig59BwfjdFDihOngPtw/wXixzGJAuyi6wLn6HYdjrf9PTAwwT6OJOeQ/KzBls7Pb +IqdggVMD5aW/b/1nJ6RCajof1hnD1zZaQE8u9EguNPnq2k5v73AXxpBwIB5piCYCnpp KAUA== X-Gm-Message-State: AOAM533s3O642NrmHjhpnC2J1H/2bkEco5p75B/lyay1M8t6BB7Ep3SO QP7xrLfNaXqKAXbcCWA20WcE/R3wTymSmA== X-Google-Smtp-Source: ABdhPJzHvqblQv7XYcV2ou/M9G+pEJiUKRGu4aLsRcDi39AdyBW/v8g2BgP3yWU6YsGD5mDz49ofHw== X-Received: by 2002:a05:6a00:16cb:b0:44b:bd38:e068 with SMTP id l11-20020a056a0016cb00b0044bbd38e068mr7935432pfc.34.1634248606733; Thu, 14 Oct 2021 14:56:46 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id h13sm3076741pgf.14.2021.10.14.14.56.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Oct 2021 14:56:46 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Ray Kinsella , Dmitry Kozlyuk , Narcisa Ana Maria Vasile , Dmitry Malloy , Pallavi Kadam Date: Thu, 14 Oct 2021 14:56:21 -0700 Message-Id: <20211014215631.181747-9-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211014215631.181747-1-stephen@networkplumber.org> References: <20210909175648.174258-1-stephen@networkplumber.org> <20211014215631.181747-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v3 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 Acked-by: Ray Kinsella --- 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