From patchwork Mon Sep 13 16:10:15 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 98760 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 2087CA0C45; Mon, 13 Sep 2021 18:11:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E4F8F41140; Mon, 13 Sep 2021 18:10:43 +0200 (CEST) Received: from mail-pf1-f181.google.com (mail-pf1-f181.google.com [209.85.210.181]) by mails.dpdk.org (Postfix) with ESMTP id B41914113A for ; Mon, 13 Sep 2021 18:10:40 +0200 (CEST) Received: by mail-pf1-f181.google.com with SMTP id w19so4920698pfn.12 for ; Mon, 13 Sep 2021 09:10:40 -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=v898i8m/1JD+s+w0WTB5aEqelPTI8CGhPQY7AxHK1jiftTuqeo1IPx/eRJbZqmAnJj amViQeW0uzqfZiKRi83y169CU4VI17Bp7vR8qeqUDjaVbvuFOLVa81Ect8ZgZnkVj2h5 u8ek383QdWRbzX0/EEOX2bopFtQ1muzzQlpVx9E/dJ76/TlD3WMrHLTftHxF0zhgFMmV UkDME0VZOuoHNeu1+KM/okqdNK9kHYhWFTAXYgc2u0oIhdqtuXmqwdS6idCwnafl3EJC Oi0vAkpjG0Nerj+XFnonXZqSGCL9Iijmbm1ysN6/oxnr8BaIjUI6ALrrc0EeLb1pjIiB G4Iw== 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=SwFnAlJiBVciZOMIX6Qx02DOHSeLvmqkvU/m7tC1GNI7SyYoS5C7J7lG02OqNq1byk 3chDYnWFtnWjaUVefINIApVdtJTBnhUpIN/7FxkHiK1W24qeCFT0haOS7o5jXD+IMqYo Dl18ehXU9lhGWaV0Ea70wm6xRVTe4NOSbUYL/AUJEvxdXDoBg5ivAh0ZXk3gxndPcho9 t/Bzb2VkKHH/S+UG7bNDs6oL+friNmpkAPfgEhQWcmkv5XCEBvmTP6qB4evdutsmOptO laPIrsW25xWbvCsE/Z1/WB2fXz7/MQsPzHEIZw4z1fmB3GOFiDphRZybzvH+utOhprCv J8GA== X-Gm-Message-State: AOAM533XCXOw54Mw/A0GOZfVeSMIn8ilGpo8sXMkn33szdViYyODcGd9 l0fAwir891IFXpJ8VSRrn52lREB1a/DzRg== X-Google-Smtp-Source: ABdhPJxurS+HhxWD+u1k8nH+OD2o/u+hhbxsMW3naExbESXpHPlV4p68laD8c99Aobd7OKeQEmw//w== X-Received: by 2002:a63:f306:: with SMTP id l6mr11630395pgh.72.1631549439557; Mon, 13 Sep 2021 09:10:39 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id i5sm7070851pjk.47.2021.09.13.09.10.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Sep 2021 09:10:38 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Mon, 13 Sep 2021 09:10:15 -0700 Message-Id: <20210913161025.10490-9-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210913161025.10490-1-stephen@networkplumber.org> References: <20210909175648.174258-1-stephen@networkplumber.org> <20210913161025.10490-1-stephen@networkplumber.org> MIME-Version: 1.0 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